diff --git a/.changeset/loud-zoos-help.md b/.changeset/loud-zoos-help.md deleted file mode 100644 index 8b730d45..00000000 --- a/.changeset/loud-zoos-help.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'arcane-scripts': patch ---- - -fix: errant space in repo check preventing changeset release diff --git a/.changeset/spotty-squids-turn.md b/.changeset/spotty-squids-turn.md deleted file mode 100644 index 8fb1dfff..00000000 --- a/.changeset/spotty-squids-turn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'arcane-scripts': patch ---- - -chore: trigger changesets (ref: changesets/bot#78) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72dab9a8..0c43de5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.3.1 + +### Patch Changes + +- fix: errant space in repo check preventing changeset release ([#222](https://github.com/chizmw/botc-custom-script-json2pdf/pull/222)) + +- chore: trigger changesets (ref: changesets/bot#78) ([#221](https://github.com/chizmw/botc-custom-script-json2pdf/pull/221)) + ## 0.3.0 ### Minor Changes diff --git a/package.json b/package.json index e2d9d453..4fdcdca7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "arcane-scripts", - "version": "0.3.0", + "version": "0.3.1", "main": "index.js", "repository": "git@github.com:chizmw/botc-custom-script-json2pdf.git", "author": "Chisel ",