From e3eb7c3d833374c28230b9863edc5de30c1c9827 Mon Sep 17 00:00:00 2001 From: why520crazy Date: Wed, 26 Nov 2025 14:28:37 +0800 Subject: [PATCH] build: release 20.0.0 --- CHANGELOG.md | 4 ++++ package.json | 2 +- packages/store/package.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) 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",