From a42232f84baa25147507df74f614f6945b663be1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 6 Jan 2024 02:09:49 +0800 Subject: [PATCH] chore: release preversion (#4) Co-authored-by: github-actions[bot] --- .changeset/funny-wasps-vanish.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/funny-wasps-vanish.md diff --git a/.changeset/funny-wasps-vanish.md b/.changeset/funny-wasps-vanish.md deleted file mode 100644 index bd494bf..0000000 --- a/.changeset/funny-wasps-vanish.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"preversion": patch ---- - -feat: first blood, should just work diff --git a/CHANGELOG.md b/CHANGELOG.md index 420e6f2..44f9ade 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1 +1,7 @@ # Change Log + +## 0.1.1 + +### Patch Changes + +- [#3](https://github.com/un-ts/preversion/pull/3) [`e001e32`](https://github.com/un-ts/preversion/commit/e001e327716e6d7a62480cfd073b80aa16fa3b90) Thanks [@JounQin](https://github.com/JounQin)! - feat: first blood, should just work diff --git a/package.json b/package.json index 49d185e..6d8ced7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "preversion", - "version": "0.1.0", + "version": "0.1.1", "type": "module", "description": "A tiny cli helps you to publish alpha/beta versions to npm before releasing the final latest version", "repository": "git+https://github.com/un-ts/preversion.git",