From 7c37019678340c87711eb41625a90b093fcc9146 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 29 Jun 2021 12:31:49 +0000 Subject: [PATCH] chore(release): v1.0.9 --- CHANGELOG.md | 6 ++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a1d683a..9fa44a4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.0.9](https://github.com/e-square-io/nx-github-actions/compare/v1.0.8...v1.0.9) (2021-06-29) + +### Bug Fixes + +- **utils:** add line break ([abd2706](https://github.com/e-square-io/nx-github-actions/commit/abd27062dab1558e461a552fedd4b6ab1ba63899)) + ## [1.0.8](https://github.com/e-square-io/nx-github-actions/compare/v1.0.7...v1.0.8) (2021-06-29) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index efcb826a..8973ab77 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@e-square/name", - "version": "1.0.8", + "version": "1.0.9", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ed9639e9..5763b947 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@e-square/nx-github-actions", - "version": "1.0.8", + "version": "1.0.9", "license": "MIT", "scripts": { "nx": "nx",