diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b444974..3e97884e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,22 @@ +## [1.0.2](https://github.com/e-square-io/nx-github-actions/compare/v1.0.1...v1.0.2) (2021-06-29) + +### Bug Fixes + +- **utils:** add line break ([c8c83a2](https://github.com/e-square-io/nx-github-actions/commit/c8c83a252dca2d9e1b95da2349a051489959914b)) +- **utils:** add line break ([02b9792](https://github.com/e-square-io/nx-github-actions/commit/02b97921f5f54b5020c4819a480c6cf1717c6e02)) +- **utils:** add line break ([2cf9a07](https://github.com/e-square-io/nx-github-actions/commit/2cf9a07b38f656826d5a4fca94c914a7c9df8010)) +- **utils:** remove line break ([5186eed](https://github.com/e-square-io/nx-github-actions/commit/5186eedb88b1597833bfe3ba59f7d8500e881981)) +- **utils:** remove line break ([9dc8a2a](https://github.com/e-square-io/nx-github-actions/commit/9dc8a2a8eb58729d0d8fa51937ba538629bcca67)) +- **utils:** remove line break ([db83a70](https://github.com/e-square-io/nx-github-actions/commit/db83a70f83aad8988ae00e45482a4e9ead248af8)) + +### Continuous Integration + +- test release ([3a632b0](https://github.com/e-square-io/nx-github-actions/commit/3a632b0ecb2032942460def22be8f6648f97f13f)) + # Changelog ### [1.0.1](https://www.github.com/e-square-io/nx-github-actions/compare/v1.0.0...v1.0.1) (2021-06-28) - ### Bug Fixes -* **utils:** rename const ([ff41772](https://www.github.com/e-square-io/nx-github-actions/commit/ff417726f9bb1e0abe8b28f5ceb38c397fe7a474)) +- **utils:** rename const ([ff41772](https://www.github.com/e-square-io/nx-github-actions/commit/ff417726f9bb1e0abe8b28f5ceb38c397fe7a474)) diff --git a/package-lock.json b/package-lock.json index 6d75bac0..64b0a390 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@e-square/name", - "version": "1.0.1", + "version": "1.0.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9c70bbc8..8348c0b7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@e-square/nx-github-actions", - "version": "1.0.1", + "version": "1.0.2", "license": "MIT", "scripts": { "nx": "nx",