From 2ae757831a04020ed8d8cc906129a25d6bb89881 Mon Sep 17 00:00:00 2001 From: Ron S Date: Mon, 16 Aug 2021 18:08:20 -0400 Subject: [PATCH] chore(release): 1.0.1 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8d30da..a0b730d 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.0.1](https://github.com/nonara/extract-changelog-release/compare/v1.0.0...v1.0.1) (2021-08-16) + ## 1.0.0 (2021-08-16) diff --git a/package.json b/package.json index ea616b1..b2fe80c 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "extract-changelog-release", - "version": "1.0.0", + "version": "1.0.1", "description": "Extract release notes from latest entry in standard-version changelog", "main": "dist/index.js", "scripts": {