From cdd860e966b66871e124aaa90390259e3b13d060 Mon Sep 17 00:00:00 2001 From: Maxime Thirouin Date: Fri, 20 Sep 2019 09:16:36 +0200 Subject: [PATCH] 2.1.0 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6caa516..8ce816a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # `github-release-from-changelog` Changelog +## 2.1.0 - 2019-09-20 + +- 😂 Fix a specific bug if a line contain a version similar to supported markdown title +- 🎉 We now show a direct link to the release + ## 2.0.0 - 2019-09-20 🥳 Less contraints! diff --git a/package.json b/package.json index 8d5b097..e0f4217 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-release-from-changelog", - "version": "2.0.0", + "version": "2.1.0", "description": "Create GitHub releases from CHANGELOG.md", "keywords": [ "cli-app",