diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cf14e9..5c5296e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ 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. +# [21.0.0](https://github.com/worktile/store/compare/v20.0.0...v21.0.0) (2026-02-03) + + + # [20.0.0](https://github.com/worktile/store/compare/v20.0.0-next.0...v20.0.0) (2025-11-26) diff --git a/package.json b/package.json index b5496a5..b40ac75 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tethys/store", - "version": "20.0.0", + "version": "21.0.0", "scripts": { "ng": "ng", "start": "npm run start:docs", diff --git a/packages/store/package.json b/packages/store/package.json index e39cd96..4203dc5 100644 --- a/packages/store/package.json +++ b/packages/store/package.json @@ -1,6 +1,6 @@ { "name": "@tethys/store", - "version": "20.0.0", + "version": "21.0.0", "peerDependencies": { "@angular/common": ">=21.0.0", "@angular/core": ">=21.0.0",