From f934b591c763d3e9d8156885cd2a39d01920e504 Mon Sep 17 00:00:00 2001 From: nsnail Date: Wed, 13 Dec 2023 21:56:39 +0800 Subject: [PATCH] chore(release): 2.0.0 (#16) --- CHANGELOG.md | 10 ++++++++++ package.json | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..53911c7 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,10 @@ +# Changelog + +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.0.0](https://github.com/nsnail/dot/compare/v1.1.1...v2.0.0) (2023-12-13) + + +### Bug Fixes + +* 🐛 构建脚本缺陷 ([#15](https://github.com/nsnail/dot/issues/15)) ([d4d5467](https://github.com/nsnail/dot/commit/d4d5467656182457e6cb3a679026ac596676e81c)) diff --git a/package.json b/package.json index 0f6d317..68ef5ea 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.0.0", + "version": "2.0.0", "devDependencies": { "cz-git": "^1.7.1", "commitizen": "^4.3.0", @@ -11,4 +11,4 @@ "path": "node_modules/cz-git" } } -} \ No newline at end of file +}