Skip to content

Commit

Permalink
chore(release): 1.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.2.0](v1.1.1...v1.2.0) (2023-09-26)

### Features

* add commitlint ([c724c49](c724c49))
* add documentation via retype ([309dcf4](309dcf4))
* add release management workflow ([3a041e7](3a041e7))
* add retype workflow ([e4804c5](e4804c5))
* figlet added ([18fedca](18fedca))
* only 'main' should trigger a new release ([4140547](4140547))
* updating versions ([30c2268](30c2268))
  • Loading branch information
semantic-release-bot committed Sep 26, 2023
1 parent a7f204e commit aac0da9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"email": "[email protected]",
"url": "https://joern.url.lol/🧑‍💻"
},
"version": "1.1.2",
"version": "1.2.0",
"license": "MIT",
"bin": {
"hush": "dist/hush.js"
Expand Down

0 comments on commit aac0da9

Please sign in to comment.