From c3c6819a993f11d782bf9bde9cd7f7ee9297ef0f Mon Sep 17 00:00:00 2001 From: tk Date: Mon, 25 Nov 2024 17:50:57 +0800 Subject: [PATCH] chore(release): 2.3.2 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02516ed..5f0f66f 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.2](https://github.com/nsnail/NSExt/compare/v2.3.1...v2.3.2) (2024-11-25) + ### [2.3.1](https://github.com/nsnail/NSExt/compare/v2.3.0...v2.3.1) (2024-11-25) diff --git a/package.json b/package.json index fa29915..05c7c45 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "2.3.1", + "version": "2.3.2", "devDependencies": { "cz-git": "^1.11.0", "commitizen": "^4.3.1",