From a58f57c3dc93314f7e03786b1a51d7b6668c8e6a Mon Sep 17 00:00:00 2001 From: tk Date: Mon, 24 Nov 2025 14:06:52 +0800 Subject: [PATCH] chore(release): 2.3.9 --- CHANGELOG.md | 2 ++ package.json | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7684639..426200a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.3.9](https://github.com/nsnail/NSExt/compare/v2.3.8...v2.3.9) (2025-11-24) + ### [2.3.8](https://github.com/nsnail/NSExt/compare/v2.3.7...v2.3.8) (2025-07-29) ### [2.3.7](https://github.com/nsnail/NSExt/compare/v2.3.2...v2.3.7) (2025-06-28) diff --git a/package.json b/package.json index f78068b..47df5d3 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "2.3.8", + "version": "2.3.9", "devDependencies": { "cz-git": "^1.12.0", "commitizen": "^4.3.1", @@ -11,4 +11,4 @@ "path": "node_modules/cz-git" } } -} \ No newline at end of file +}