Skip to content

Commit

Permalink
chore: release 0.4.1-canary.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sylc committed Jun 23, 2022
1 parent 08c062b commit d09b6b7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## [0.4.1-canary.0] - 2022-06-23

### Features

- feat: add support for prerelease (#17) ([08c062b])

## [0.4.0] - 2022-06-17

### Features
Expand Down Expand Up @@ -62,6 +68,8 @@ All notable changes to this project will be documented in this file.

- feat: changelog doc (#9) ([1f041eb])

[0.4.1-canary.0]: https://github.com/sylc/release_up/compare/0.4.1-canary.0
[08c062b]: https://github.com/sylc/release_up/commit/08c062b1de4ae94f92d23495138c5d34403e3e42
[0.4.0]: https://github.com/sylc/release_up/compare/0.4.0
[91be4a4]: https://github.com/sylc/release_up/commit/91be4a41f12bf7912d8cfbc6d99c06d2e58e75cd
[d4d2553]: https://github.com/sylc/release_up/commit/d4d2553f1b94254ebaa86e407af873959192ef74
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ A fork of [release](https://github.com/denosaurs/release), by
## Installation

```
$ deno install -A -f --no-check -n release_up https://deno.land/x/release_up@0.4.0/cli.ts
$ deno install -A -f --no-check -n release_up https://deno.land/x/release_up@0.4.1-canary.0/cli.ts
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "0.4.0"
"version": "0.4.1-canary.0"
}

0 comments on commit d09b6b7

Please sign in to comment.