From 5de1b79af95170ad1339365a73d9dcb6ec553327 Mon Sep 17 00:00:00 2001 From: luxiaobei Date: Tue, 3 Feb 2026 14:00:47 +0800 Subject: [PATCH] build: release 21.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 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",