diff --git a/CHANGELOG.md b/CHANGELOG.md index be72df3..129cc37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.0.9](https://github.com/thecreazy/cerbero/compare/v0.0.8...v0.0.9) (2021-01-23) + ### [0.0.8](https://github.com/thecreazy/cerbero/compare/v0.0.7...v0.0.8) (2021-01-23) ### [0.0.7](https://github.com/thecreazy/cerbero/compare/v0.0.6...v0.0.7) (2021-01-23) diff --git a/package.json b/package.json index 38a13ba..989dd9c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cerbero", - "version": "0.0.8", + "version": "0.0.9", "description": "Tracking your users interations ", "main": "dist/cerbero.js", "module": "dist/cerbero.esm.js",