Skip to content

Commit

Permalink
chore: release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sylc committed Jun 1, 2022
1 parent 1f041eb commit 7383321
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 @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog], and this project adheres to
[Semantic Versioning].

## [0.1.1] - 2022-06-01

### Features

- changelog doc (#9) ([`1f041eb`])

## [0.1.0] - 2022-06-01

## [0.0.2] - 2022-05-28
Expand All @@ -13,6 +19,8 @@ The format is based on [Keep a Changelog], and this project adheres to

[keep a changelog]: https://keepachangelog.com/en/1.0.0/
[semantic versioning]: https://semver.org/spec/v2.0.0.html
[0.1.1]: https://github.com/sylc/release-me/compare/0.1.0...0.1.1
[`1f041eb`]: https://github.com/sylc/release-me/commit/1f041ebd2dd227913054d31eb30adfebee9ef570
[0.1.0]: https://github.com/sylc/release-me/compare/0.0.2...0.1.0
[0.0.2]: https://github.com/sylc/release-me/compare/0.0.1...0.0.2
[0.0.1]: https://github.com/sylc/release-me/compare/0.0.1
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-me -r https://raw.githubusercontent.com/sylc/release-me/0.1.0/cli.ts
$ deno install -A -f --no-check -n release-me -r https://raw.githubusercontent.com/sylc/release-me/0.1.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.1.0"
"version": "0.1.1"
}

0 comments on commit 7383321

Please sign in to comment.