diff --git a/CHANGELOG.md b/CHANGELOG.md index f0bab581..3ba98717 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.0.14](https://github.com/e-square-io/nx-github-actions/compare/v1.0.13...v1.0.14) (2021-06-29) + +### Bug Fixes + +- **utils:** add line break ([3a16f7d](https://github.com/e-square-io/nx-github-actions/commit/3a16f7d800cc1d66e69a63e7381eaed61e9aaaf4)) + ## [1.0.13](https://github.com/e-square-io/nx-github-actions/compare/v1.0.12...v1.0.13) (2021-06-29) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index 9c52fc86..1f2ceed9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@e-square/name", - "version": "1.0.13", + "version": "1.0.14", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d64d56a6..39252e82 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@e-square/nx-github-actions", - "version": "1.0.13", + "version": "1.0.14", "license": "MIT", "scripts": { "nx": "nx",