From c9975472bf463d02fbf818a72aa49feb76ef6a12 Mon Sep 17 00:00:00 2001 From: nsnail Date: Wed, 26 Mar 2025 15:13:35 +0800 Subject: [PATCH] chore(release): 2.3.5 (#35) Co-authored-by: tk --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef9798f..09bee33 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.5](https://github.com/nsnail/NSExt/compare/v2.3.2...v2.3.5) (2025-03-26) + ### [2.3.4](https://github.com/nsnail/NSExt/compare/v2.3.2...v2.3.4) (2025-03-06) ### [2.3.3](https://github.com/nsnail/NSExt/compare/v2.3.2...v2.3.3) (2025-01-02) diff --git a/package.json b/package.json index 367d90e..1405b90 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "2.3.4", + "version": "2.3.5", "devDependencies": { "cz-git": "^1.11.0", "commitizen": "^4.3.1",