From f1b9cac7dc50f052e06180efa0a6d7f40d82c5b4 Mon Sep 17 00:00:00 2001 From: Sylvain Date: Wed, 1 Feb 2023 21:43:52 +0800 Subject: [PATCH] chore: release 0.9.1 --- CHANGELOG.md | 8 ++++++++ README.md | 2 +- version.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dcba875..9b0e44f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/README.md b/README.md index 7389d4b..3cb2a87 100644 --- a/README.md +++ b/README.md @@ -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` diff --git a/version.json b/version.json index 7af3f39..5109881 100644 --- a/version.json +++ b/version.json @@ -1,3 +1,3 @@ { - "version": "0.9.0" + "version": "0.9.1" }