diff --git a/.changes/0.0.16.md b/.changes/0.0.16.md new file mode 100644 index 00000000..3a46eef4 --- /dev/null +++ b/.changes/0.0.16.md @@ -0,0 +1,12 @@ +## 0.0.16 - 2023-04-17 + +### Added + +* check files generated in 'generate pdfs' workflow +### Changed + +* manually regenerate sample PNGs +* don't trigger workflows because of generated/ files +### Fixed + +* open the jink player sheet preview in the readme by default \ No newline at end of file diff --git a/.changes/unreleased/Added-20230417-143110.yaml b/.changes/unreleased/Added-20230417-143110.yaml deleted file mode 100644 index a4b54908..00000000 --- a/.changes/unreleased/Added-20230417-143110.yaml +++ /dev/null @@ -1,5 +0,0 @@ -kind: Added -body: check files generated in 'generate pdfs' workflow -time: 2023-04-17T14:31:10.238179+01:00 -custom: - GithubIssue: "" diff --git a/.changes/unreleased/Changed-20230417-143045.yaml b/.changes/unreleased/Changed-20230417-143045.yaml deleted file mode 100644 index 3c556725..00000000 --- a/.changes/unreleased/Changed-20230417-143045.yaml +++ /dev/null @@ -1,5 +0,0 @@ -kind: Changed -body: manually regenerate sample PNGs -time: 2023-04-17T14:30:45.727602+01:00 -custom: - GithubIssue: "" diff --git a/.changes/unreleased/Changed-20230417-143129.yaml b/.changes/unreleased/Changed-20230417-143129.yaml deleted file mode 100644 index 2d6a91dd..00000000 --- a/.changes/unreleased/Changed-20230417-143129.yaml +++ /dev/null @@ -1,5 +0,0 @@ -kind: Changed -body: don't trigger workflows because of generated/ files -time: 2023-04-17T14:31:29.607635+01:00 -custom: - GithubIssue: "" diff --git a/.changes/unreleased/Fixed-20230417-143151.yaml b/.changes/unreleased/Fixed-20230417-143151.yaml deleted file mode 100644 index c3b3697f..00000000 --- a/.changes/unreleased/Fixed-20230417-143151.yaml +++ /dev/null @@ -1,5 +0,0 @@ -kind: Fixed -body: open the jink player sheet preview in the readme by default -time: 2023-04-17T14:31:51.404179+01:00 -custom: - GithubIssue: "" diff --git a/CHANGELOG.md b/CHANGELOG.md index d6fbf932..3d26f489 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), and is generated by [Changie](https://github.com/miniscruff/changie). +## 0.0.16 - 2023-04-17 + +### Added + +* check files generated in 'generate pdfs' workflow +### Changed + +* manually regenerate sample PNGs +* don't trigger workflows because of generated/ files +### Fixed + +* open the jink player sheet preview in the readme by default ## 0.0.15 - 2023-04-17 ## 0.0.14 - 2023-04-17 diff --git a/README.md b/README.md index a59326f8..0f7109c1 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ -![version](https://img.shields.io/badge/version-v0.0.15-blue) ![GitHub issues](https://img.shields.io/github/issues-raw/chizmw/botc-custom-script-json2pdf) ![GitHub last commit](https://img.shields.io/github/last-commit/chizmw/botc-custom-script-json2pdf) ![GitHub pull requests](https://img.shields.io/github/issues-pr/chizmw/botc-custom-script-json2pdf) +![version](https://img.shields.io/badge/version-v0.0.16-blue) ![GitHub issues](https://img.shields.io/github/issues-raw/chizmw/botc-custom-script-json2pdf) ![GitHub last commit](https://img.shields.io/github/last-commit/chizmw/botc-custom-script-json2pdf) ![GitHub pull requests](https://img.shields.io/github/issues-pr/chizmw/botc-custom-script-json2pdf)