diff --git a/CHANGELOG.md b/CHANGELOG.md index e57f623..04e63d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# [2.5.0](https://github.com/e-square-io/nx-github-actions/compare/v2.4.12...v2.5.0) (2023-05-27) + +### Features + +- support nx 16 ([a4aba28](https://github.com/e-square-io/nx-github-actions/commit/a4aba284b75f779edc79ffd8f4c7c0422065704e)) + ## [2.4.12](https://github.com/e-square-io/nx-github-actions/compare/v2.4.11...v2.4.12) (2022-12-19) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index bbc4647..23370f5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@e-square/nx-github-actions", - "version": "2.4.12", + "version": "2.5.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@e-square/nx-github-actions", - "version": "2.4.12", + "version": "2.5.0", "license": "MIT", "dependencies": { "@actions/artifact": "^1.0.0", diff --git a/package.json b/package.json index 8a3dc90..441e099 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@e-square/nx-github-actions", - "version": "2.4.12", + "version": "2.5.0", "license": "MIT", "scripts": { "nx": "nx",