diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b8100e..a558526 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [2.4.11](https://github.com/e-square-io/nx-github-actions/compare/v2.4.10...v2.4.11) (2022-11-22) + +### Bug Fixes + +- **utils:** workingDirectory is not being set correctly (#59) ([78f356d](https://github.com/e-square-io/nx-github-actions/commit/78f356df8b4d0621b85d9b0aabec5217af996051)), closes [#59](https://github.com/e-square-io/nx-github-actions/issues/59) + ## [2.4.10](https://github.com/e-square-io/nx-github-actions/compare/v2.4.9...v2.4.10) (2022-11-22) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index f6b5313..b13af11 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@e-square/nx-github-actions", - "version": "2.4.10", + "version": "2.4.11", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@e-square/nx-github-actions", - "version": "2.4.10", + "version": "2.4.11", "license": "MIT", "dependencies": { "@actions/artifact": "^1.0.0", diff --git a/package.json b/package.json index 01e6bae..d9256bc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@e-square/nx-github-actions", - "version": "2.4.10", + "version": "2.4.11", "license": "MIT", "scripts": { "nx": "nx",