From 7a5697e4efbc84c44375c8fb5bc851d806686246 Mon Sep 17 00:00:00 2001 From: Ron S Date: Mon, 16 Aug 2021 18:27:02 -0400 Subject: [PATCH] chore(release): 1.0.2 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0b730d..3a47a07 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.2](https://github.com/nonara/extract-changelog-release/compare/v1.0.1...v1.0.2) (2021-08-16) + + +### Bug Fixes + +* Make executable with npx ([c7c6798](https://github.com/nonara/extract-changelog-release/commit/c7c679868ad0ddfae92f6c0899b300a4f93cbc04)) + ### [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 6177146..06a4ede 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "extract-changelog-release", - "version": "1.0.1", + "version": "1.0.2", "description": "Extract release notes from latest entry in standard-version changelog", "main": "./dist/index.js", "bin": "./dist/index.js",