diff --git a/CHANGELOG.md b/CHANGELOG.md index 5528ed2..d527f7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.2.0](https://github.com/ipfs-shipyard/ignite-metrics/compare/v1.1.3...v1.2.0) (2023-01-21) + + +### Features + +* use localStorage to cache consent in browsers ([#64](https://github.com/ipfs-shipyard/ignite-metrics/issues/64)) ([5fd14ce](https://github.com/ipfs-shipyard/ignite-metrics/commit/5fd14ce8f714930a562108029a78490cfc099d51)) + ## [1.1.3](https://github.com/ipfs-shipyard/ignite-metrics/compare/v1.1.2...v1.1.3) (2023-01-19) diff --git a/package-lock.json b/package-lock.json index 87e58f5..3d82071 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ipfs-shipyard/ignite-metrics", - "version": "1.1.3", + "version": "1.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ipfs-shipyard/ignite-metrics", - "version": "1.1.3", + "version": "1.2.0", "license": "Apache-2.0 OR MIT", "dependencies": { "countly-sdk-nodejs": "^22.6.0", diff --git a/package.json b/package.json index d90944a..86740e0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ipfs-shipyard/ignite-metrics", - "version": "1.1.3", + "version": "1.2.0", "description": "UI library for gathering metrics for ignite team projects", "author": "Ignite Team", "license": "Apache-2.0 OR MIT",