diff --git a/CHANGELOG.md b/CHANGELOG.md index 48e5671..1cf14e9 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. +# [20.0.0](https://github.com/worktile/store/compare/v20.0.0-next.0...v20.0.0) (2025-11-26) + + + # [20.0.0-next.0](https://github.com/worktile/store/compare/v19.0.1...v20.0.0-next.0) (2025-11-17) diff --git a/package.json b/package.json index 4538b1d..d1a78e4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tethys/store", - "version": "20.0.0-next.0", + "version": "20.0.0", "scripts": { "ng": "ng", "start": "npm run start:docs", diff --git a/packages/store/package.json b/packages/store/package.json index 85a2502..ddadb78 100644 --- a/packages/store/package.json +++ b/packages/store/package.json @@ -1,6 +1,6 @@ { "name": "@tethys/store", - "version": "20.0.0-next.0", + "version": "20.0.0", "peerDependencies": { "@angular/common": "^20.0.0", "@angular/core": "^20.0.0",