diff --git a/CHANGELOG.md b/CHANGELOG.md index 893325c..a39b42f 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/dot/compare/v2.0.5...v2.1.0) (2023-12-15) + + +### Features + +* ✨ windows右键菜单打开Git仓库网址 ([#30](https://github.com/nsnail/dot/issues/30)) ([1d67b6d](https://github.com/nsnail/dot/commit/1d67b6d9a8865a99c42837fb9eeceb3b33082712)) + ### [2.0.5](https://github.com/nsnail/dot/compare/v2.0.4...v2.0.5) (2023-12-15) ### [2.0.4](https://github.com/nsnail/dot/compare/v1.1.1...v2.0.4) (2023-12-15) diff --git a/package.json b/package.json index 535114a..3702896 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "2.0.5", + "version": "2.1.0", "devDependencies": { "cz-git": "^1.7.1", "commitizen": "^4.3.0",