From 7ea61043aaa8fdf30916cfa38bf6adaa88dcfa55 Mon Sep 17 00:00:00 2001 From: nsnail Date: Thu, 14 Dec 2023 10:32:28 +0800 Subject: [PATCH] chore(release): 2.0.1 (#19) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53911c7..0e27340 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.0.1](https://github.com/nsnail/dot/compare/v1.1.1...v2.0.1) (2023-12-14) + + +### Bug Fixes + +* 🐛 构建脚本缺陷 ([#15](https://github.com/nsnail/dot/issues/15)) ([d4d5467](https://github.com/nsnail/dot/commit/d4d5467656182457e6cb3a679026ac596676e81c)) + ## [2.0.0](https://github.com/nsnail/dot/compare/v1.1.1...v2.0.0) (2023-12-13) diff --git a/package.json b/package.json index 68ef5ea..41d0c62 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "2.0.0", + "version": "2.0.1", "devDependencies": { "cz-git": "^1.7.1", "commitizen": "^4.3.0",