diff --git a/CHANGELOG.md b/CHANGELOG.md index 27eb249..c1c4729 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.2](https://github.com/adobe/aem-experimentation/compare/v1.0.1...v1.0.2) (2024-06-11) + + +### Bug Fixes + +* pill css loading on localhost ([a41fafc](https://github.com/adobe/aem-experimentation/commit/a41fafc1003ada023725a451fe2215947a9bdeb9)) + ## [1.0.1](https://github.com/adobe/aem-experimentation/compare/v1.0.0...v1.0.1) (2024-05-24) diff --git a/package.json b/package.json index c60404b..a599c7c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@adobe/aem-experimentation", - "version": "1.0.1", + "version": "1.0.2", "main": "src/index.js", "scripts": { "lint:js": "eslint src",