Skip to content

Commit 5e550d0

Browse files
chore(release): 1.0.7 as [skip ci]
## [1.0.7](v1.0.6...v1.0.7) (2022-06-27) ### Bug Fixes * fixed the regression of the restricted releases ([303c19f](303c19f))
1 parent 303c19f commit 5e550d0

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# ADR Tools Changelog
22

3+
## [1.0.7](https://github.com/meza/adr-tools/compare/v1.0.6...v1.0.7) (2022-06-27)
4+
5+
6+
### Bug Fixes
7+
8+
* fixed the regression of the restricted releases ([303c19f](https://github.com/meza/adr-tools/commit/303c19fd40a31dd586feb01fd0c8209c92423898))
9+
310
## [1.0.6](https://github.com/meza/adr-tools/compare/v1.0.5...v1.0.6) (2022-06-27)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@meza/adr-tools",
3-
"version": "1.0.5",
3+
"version": "1.0.7",
44
"main": "dist/index.js",
55
"bin": {
66
"adr": "dist/index.js"

0 commit comments

Comments
 (0)