-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #232 from chizmw/changeset-release/main
Release Changeset (bake CHANGELOG.md)
- Loading branch information
Showing
5 changed files
with
11 additions
and
16 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,15 @@ | ||
# Changelog | ||
|
||
## 0.3.3 | ||
|
||
### Patch Changes | ||
|
||
- update pre-commit workflow to use pre-commit/[email protected] ([#180](https://github.com/chizmw/botc-custom-script-json2pdf/pull/180)) | ||
|
||
- fix: update versions for bumpversion to find and update ([#231](https://github.com/chizmw/botc-custom-script-json2pdf/pull/231)) | ||
|
||
- fix: use outputs.last-change-version-v instead of outputs.last-change-version ([#233](https://github.com/chizmw/botc-custom-script-json2pdf/pull/233)) | ||
|
||
## 0.3.2 | ||
|
||
### Patch Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "arcane-scripts", | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"main": "index.js", | ||
"repository": "[email protected]:chizmw/botc-custom-script-json2pdf.git", | ||
"author": "Chisel <[email protected]>", | ||
|