diff --git a/CHANGELOG.md b/CHANGELOG.md index 6545f7b..6e8d7ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [1.4.10](https://github.com/qiwi/primitive-storage/compare/v1.4.9...v1.4.10) (2022-11-30) + +### Fixes & improvements +* fix: fix es6 pkg entry point ([5c44c20](https://github.com/qiwi/primitive-storage/commit/5c44c205637a690278e1b5a18739fc8fd72fc455)) + ## [1.4.9](https://github.com/qiwi/primitive-storage/compare/v1.4.8...v1.4.9) (2022-11-30) ### Fixes & improvements diff --git a/package.json b/package.json index d0da3ad..72a7ba8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@qiwi/primitive-storage", - "version": "1.4.9", + "version": "1.4.10", "description": "Primitive storage for basic purposes", "main": "target/bundle/primitive-storage.js", "module": "target/bundle/primitive-storage.mjs",