From 4669de8c0124c32de074915c7c6d5d65efb98afc Mon Sep 17 00:00:00 2001 From: tk Date: Mon, 25 Nov 2024 17:08:20 +0800 Subject: [PATCH] chore(release): 2.2.2 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83e27ea..bc6b842 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.2.2](https://github.com/nsnail/NSExt/compare/v2.2.1...v2.2.2) (2024-11-25) + ### [2.2.1](https://github.com/nsnail/NSExt/compare/v2.2.0...v2.2.1) (2024-11-25) ## [2.2.0](https://github.com/nsnail/NSExt/compare/v2.1.0...v2.2.0) (2024-07-02) diff --git a/package.json b/package.json index 0a54a7d..8c324cd 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "2.2.1", + "version": "2.2.2", "devDependencies": { "cz-git": "^1.11.0", "commitizen": "^4.3.1",