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",