diff --git a/.changeset/sharp-pots-cheer.md b/.changeset/sharp-pots-cheer.md deleted file mode 100644 index 50e7ff6..0000000 --- a/.changeset/sharp-pots-cheer.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kevintyj/prlint": minor ---- - -Change build strategy to @vercel/ncc using webpack diff --git a/CHANGELOG.md b/CHANGELOG.md index a10d085..5b3ae5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @kevintyj/prlint +## 0.2.0 + +### Minor Changes + +- [`ac016e5`](https://github.com/kevintyj/prlint/commit/ac016e54124815f458b6ed7362f7424dff0b4613) Thanks [@kevintyj](https://github.com/kevintyj)! - Change build strategy to @vercel/ncc using webpack + ## 0.1.1 ### Patch Changes diff --git a/package.json b/package.json index 9a953e4..f341d5e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@kevintyj/prlint", "type": "module", - "version": "0.1.1", + "version": "0.2.0", "private": false, "author": "Kevin Taeyoon Jin ", "license": "BSD-3-Clause",