Skip to content

Commit

Permalink
chore: release 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sylc committed Jun 12, 2022
1 parent 266d13e commit d6a31ee
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.3.1] - 2022-06-12

### Bug Fixes

- fix: config.github might be undefined ([`266d13e`])

## [0.3.0] - 2022-06-12

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

## [0.0.1] - 2022-05-28

[0.3.1]: https://github.com/sylc/release_up/compare/0.3.1
[266d13e]: https://github.com/sylc/release_up/commit/266d13e91cc6b331b6fdbb0bbb082648c45300ea
[0.3.0]: https://github.com/sylc/release_up/compare/0.3.0
[95a4a1e]: https://github.com/sylc/release_up/commit/95a4a1e900b75e6b39126edbf7e898487300cef8
[11d6236]: https://github.com/sylc/release_up/commit/11d62362e72318cf79033530d277fab2cad9e816
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,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/[email protected].0/cli.ts
$ deno install -A -f --no-check -n release_up https://deno.land/x/[email protected].1/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.3.0"
"version": "0.3.1"
}

0 comments on commit d6a31ee

Please sign in to comment.