diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..4c0214c --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,12 @@ +# [1.2.0](https://github.com/kernpunkt/hush/compare/v1.1.1...v1.2.0) (2023-09-26) + + +### Features + +* add commitlint ([c724c49](https://github.com/kernpunkt/hush/commit/c724c49c451c79e5b4c3212eb79290d29ebf77d0)) +* add documentation via retype ([309dcf4](https://github.com/kernpunkt/hush/commit/309dcf46ae8eed24a835bf1545649354d6bd75c3)) +* add release management workflow ([3a041e7](https://github.com/kernpunkt/hush/commit/3a041e789aec3cb3ead303bd0460ebb4d1939001)) +* add retype workflow ([e4804c5](https://github.com/kernpunkt/hush/commit/e4804c590d5bd44b2949f234bb1a2b174b0f23f8)) +* figlet added ([18fedca](https://github.com/kernpunkt/hush/commit/18fedca70ff754f52a74b85359278452636f2fe8)) +* only 'main' should trigger a new release ([4140547](https://github.com/kernpunkt/hush/commit/414054783a341ff4b791761270a524e109311a89)) +* updating versions ([30c2268](https://github.com/kernpunkt/hush/commit/30c2268160110e303a8f27d444cb3cca51f44ad4)) diff --git a/package.json b/package.json index d526948..99c50d3 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "email": "joern.meyer@kernpunkt.de", "url": "https://joern.url.lol/🧑‍💻" }, - "version": "1.1.2", + "version": "1.2.0", "license": "MIT", "bin": { "hush": "dist/hush.js"