From fa53e88eb9e8a10e0272a32a9ef76f3759491c4a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 23 Nov 2023 03:49:57 +0530 Subject: [PATCH] ci(release): Version packages (#1) Co-authored-by: github-actions[bot] --- .changeset/happy-baboons-begin.md | 7 ------- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 3 files changed, 10 insertions(+), 8 deletions(-) delete mode 100644 .changeset/happy-baboons-begin.md create mode 100644 CHANGELOG.md diff --git a/.changeset/happy-baboons-begin.md b/.changeset/happy-baboons-begin.md deleted file mode 100644 index 996c91c..0000000 --- a/.changeset/happy-baboons-begin.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@kevintyj/prlint": patch ---- - -Initial release of prlint - -The following repository has been ejected from [@kevintyj/conventionalsets](https://github.com/kevintyj/conventionalsets) diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..96e9a2f --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,9 @@ +# @kevintyj/prlint + +## 0.0.1 + +### Patch Changes + +- [`9cbd5b4`](https://github.com/kevintyj/prlint/commit/9cbd5b44059ca425725302032a8964594da12486) Thanks [@kevintyj](https://github.com/kevintyj)! - Initial release of prlint + + The following repository has been ejected from [@kevintyj/conventionalsets](https://github.com/kevintyj/conventionalsets) diff --git a/package.json b/package.json index a7b9ef1..437b23e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@kevintyj/prlint", "type": "module", - "version": "0.0.0", + "version": "0.0.1", "private": false, "author": "Kevin Taeyoon Jin ", "license": "BSD-3-Clause",