From 80a1847d9f443b9d94e8914def0327ef2fc59fdb Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 14 Oct 2024 13:58:03 +0000 Subject: [PATCH] chore(release): 1.1.0 [skip ci] # [1.1.0](https://github.com/podium-lib/store/compare/v1.0.5...v1.1.0) (2024-10-14) ### Features * add cjs export ([#24](https://github.com/podium-lib/store/issues/24)) ([82a81fc](https://github.com/podium-lib/store/commit/82a81fcbf9ffde6063e00ed5c384e132668d23f7)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3866ca8..69a1609 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.1.0](https://github.com/podium-lib/store/compare/v1.0.5...v1.1.0) (2024-10-14) + + +### Features + +* add cjs export ([#24](https://github.com/podium-lib/store/issues/24)) ([82a81fc](https://github.com/podium-lib/store/commit/82a81fcbf9ffde6063e00ed5c384e132668d23f7)) + ## [1.0.5](https://github.com/podium-lib/store/compare/v1.0.4...v1.0.5) (2024-10-07) diff --git a/package.json b/package.json index 11202dd..441b849 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@podium/store", - "version": "1.0.5", + "version": "1.1.0", "type": "module", "main": "./dist/store.js", "types": "./types/store.d.ts",