From e0f1af806fb390b854aaaac267b74022fffad987 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 13:22:41 +0000 Subject: [PATCH] chore(main): release jwt 0.1.0 --- .release-please-manifest.json | 1 + scripts/jwt/CHANGELOG.md | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 scripts/jwt/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4989ee1..9bd729f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,6 @@ { "scripts/cz": "0.1.0", "scripts/dotenv": "0.1.0", + "scripts/jwt": "0.1.0", "scripts/theme": "0.1.0" } diff --git a/scripts/jwt/CHANGELOG.md b/scripts/jwt/CHANGELOG.md new file mode 100644 index 0000000..8e00e27 --- /dev/null +++ b/scripts/jwt/CHANGELOG.md @@ -0,0 +1,20 @@ +# Changelog + +## 0.1.0 (2026-01-21) + + +### ⚠ BREAKING CHANGES + +* **jwt:** Users must update scripts using -v to use -k. + +### Features + +* **jwt:** initial implementation ([#3](https://github.com/proventuslabs/scriptorium/issues/3)) ([85bdcc5](https://github.com/proventuslabs/scriptorium/commit/85bdcc5be2ee77a33f608280b8c4ac09042dd351)) + + +### Bug Fixes + +* **jwt:** correct docs and remove dead code ([#63](https://github.com/proventuslabs/scriptorium/issues/63)) ([cc82848](https://github.com/proventuslabs/scriptorium/commit/cc82848a69ac2b33a0fb6b6b5312e30fff2b1d7d)) +* **jwt:** rename -v/--verify to -k/--key for Unix conformity ([#54](https://github.com/proventuslabs/scriptorium/issues/54)) ([2734458](https://github.com/proventuslabs/scriptorium/commit/27344587ee2ab161290f53022f8cbd6f3c313565)) +* **jwt:** use manual cleanup instead of trap for temp files ([#38](https://github.com/proventuslabs/scriptorium/issues/38)) ([55e1b0e](https://github.com/proventuslabs/scriptorium/commit/55e1b0e564fa2a28291ae9f705d55ed54b22ae17)) +* remove redundant 'General:' subsection from help output ([cd38863](https://github.com/proventuslabs/scriptorium/commit/cd38863c194ef0487798a47873650f9c86082dad))