From bca2b606361f38e20de7dd31519f9a48b899bf17 Mon Sep 17 00:00:00 2001 From: tk Date: Fri, 1 Mar 2024 11:25:09 +0800 Subject: [PATCH] chore(release): 2.1.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83ddf62..b940c29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +## [2.1.0](https://github.com/nsnail/NSExt/compare/v2.0.11...v2.1.0) (2024-03-01) + + +### Features + +* ✨ 异步累加器函数 ([ddf07fc](https://github.com/nsnail/NSExt/commit/ddf07fce5732e576db1512f870196c20f7b297e2)) + ### [2.0.11](https://github.com/nsnail/NSExt/compare/v2.0.10...v2.0.11) (2023-12-15) ### [2.0.10](https://github.com/nsnail/NSExt/compare/v2.0.9...v2.0.10) (2023-12-14) \ No newline at end of file diff --git a/package.json b/package.json index caad718..3702896 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "2.0.11", + "version": "2.1.0", "devDependencies": { "cz-git": "^1.7.1", "commitizen": "^4.3.0",