From 5e550d08af3d6fc1b449fa16d9e490e465c176dd Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 27 Jun 2022 16:19:23 +0000 Subject: [PATCH] chore(release): 1.0.7 as [skip ci] ## [1.0.7](https://github.com/meza/adr-tools/compare/v1.0.6...v1.0.7) (2022-06-27) ### Bug Fixes * fixed the regression of the restricted releases ([303c19f](https://github.com/meza/adr-tools/commit/303c19fd40a31dd586feb01fd0c8209c92423898)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74f053f..5ae3376 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # ADR Tools Changelog +## [1.0.7](https://github.com/meza/adr-tools/compare/v1.0.6...v1.0.7) (2022-06-27) + + +### Bug Fixes + +* fixed the regression of the restricted releases ([303c19f](https://github.com/meza/adr-tools/commit/303c19fd40a31dd586feb01fd0c8209c92423898)) + ## [1.0.6](https://github.com/meza/adr-tools/compare/v1.0.5...v1.0.6) (2022-06-27) diff --git a/package.json b/package.json index 6e1c921..42983b5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@meza/adr-tools", - "version": "1.0.5", + "version": "1.0.7", "main": "dist/index.js", "bin": { "adr": "dist/index.js"