From 73833212e26947d23b68c7146de52123f75319a0 Mon Sep 17 00:00:00 2001 From: Sylvain Date: Wed, 1 Jun 2022 22:53:26 +0800 Subject: [PATCH] chore: release 0.1.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 6171e16..c13a66c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/README.md b/README.md index a1b7c66..b1bce0a 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/version.json b/version.json index 6a3252e..717ab45 100644 --- a/version.json +++ b/version.json @@ -1,3 +1,3 @@ { - "version": "0.1.0" + "version": "0.1.1" }