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 Feb 1, 2023
1 parent 720fd2c commit f1b9cac
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.9.1] - 2023-02-01

### Bug Fixes

- fix: Correct minVersion required (#15) ([720fd2c])

## [0.9.0] - 2023-01-01

### Features
Expand All @@ -26,6 +32,8 @@ All notable changes to this project will be documented in this file.

- feat: add min version and improve release process ([5430356])

[0.9.1]: https://github.com/sylc/dkill/compare/0.9.1
[720fd2c]: https://github.com/sylc/dkill/commit/720fd2cbeb82afc3fdbef313f8e1675276578e1b
[0.9.0]: https://github.com/sylc/dkill/compare/0.9.0
[d3e2290]: https://github.com/sylc/dkill/commit/d3e22903c5d3d02058e79328ff1648801c4265ed
[0.8.0]: https://github.com/sylc/dkill/compare/0.8.0
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 @@
### Install

```
deno install -f --allow-run --allow-net https://deno.land/x/dkill@0.9.0/cli.ts
deno install -f --allow-run --allow-net https://deno.land/x/dkill@0.9.1/cli.ts
```

You can then use it using command `dkill`
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.9.0"
"version": "0.9.1"
}

0 comments on commit f1b9cac

Please sign in to comment.