Skip to content

Commit

Permalink
chore: release 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sylc committed Jun 2, 2024
1 parent b51bd50 commit d933375
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

All notable changes to this project will be documented in this file.

## [0.9.1] - 2024-06-02

### Bug Fixes

- fix(doc): fix readme install ([b51bd50])

Full Changelog: [0.9.0...0.9.1]

## [0.9.0] - 2024-06-02

### Breaking
Expand All @@ -15,6 +23,7 @@ All notable changes to this project will be documented in this file.

### Others

- chore: release 0.9.0 ([a782d3b])
- chore: add missing lock file ([168201c])
- chore(doc): fix readme deno.json pattern ([8db55e8])

Expand Down Expand Up @@ -259,10 +268,14 @@ Full Changelog: [0.0.1...0.0.2]
- fmt ([60834d2])
- init ([74fd7b5])

[0.9.1]: https://github.com/sylc/release_up/compare/0.9.0...0.9.1
[b51bd50]: https://github.com/sylc/release_up/commit/b51bd50a652f53004e89a902e9923b9d9cc4cf80
[0.9.0...0.9.1]: https://github.com/sylc/release_up/compare/0.9.0...0.9.1
[0.9.0]: https://github.com/sylc/release_up/compare/0.8.0...0.9.0
[bf06cf7]: https://github.com/sylc/release_up/commit/bf06cf7a312426bba1ce9055a0062d9d26fb067e
[2097c8e]: https://github.com/sylc/release_up/commit/2097c8e66d85e342d76d0dfe775b6730cd00a17b
[6c2acc8]: https://github.com/sylc/release_up/commit/6c2acc8189dd7a1f4dfd8672e0602540662e7050
[a782d3b]: https://github.com/sylc/release_up/commit/a782d3bd1cb97a051cea96aaa2ee1a5499d427b8
[168201c]: https://github.com/sylc/release_up/commit/168201c2d7532b140af64dc4a9c191b4bdc08895
[8db55e8]: https://github.com/sylc/release_up/commit/8db55e84dcb484f2d28b321b543aaaa77f7f49c2
[0.8.0...0.9.0]: https://github.com/sylc/release_up/compare/0.8.0...0.9.0
Expand Down
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sylc/release-up",
"version": "0.9.0",
"version": "0.9.1",
"exports": "./cli.ts",
"tasks": {
"dev": "deno run -A ./cli.ts --dry --allowUncommitted --regex '(?<=@)(.*)(?=\/cli)' --regex '(?<=Version: )(.*)\n' --changelog --github",
Expand Down

0 comments on commit d933375

Please sign in to comment.