diff --git a/CHANGELOG.md b/CHANGELOG.md index d1c1eab..12a42b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ +# [2.2.0](https://github.com/currents-dev/currents-nx/compare/v2.0.1...v2.2.0) (2023-10-30) + + +### Bug Fixes + +* project.json's property devServerTarget is ignored [#24](https://github.com/currents-dev/currents-nx/issues/24) ([#25](https://github.com/currents-dev/currents-nx/issues/25)) ([f37a65c](https://github.com/currents-dev/currents-nx/commit/f37a65c0b5f9e3a97fcd28742524c8c607d5bc4f)) + + +### Features + +* support nx >= 16.0.0. Issue [#26](https://github.com/currents-dev/currents-nx/issues/26) ([#27](https://github.com/currents-dev/currents-nx/issues/27)) ([453c355](https://github.com/currents-dev/currents-nx/commit/453c3556f09b8b81f9ae7df66ed038e694a4aa08)) + # [2.1.0](https://github.com/currents-dev/currents-nx/compare/v2.0.1...v2.1.0) (2023-10-29) diff --git a/package-lock.json b/package-lock.json index 652dc18..3c798b1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18493,7 +18493,7 @@ }, "packages/nx": { "name": "@currents/nx", - "version": "2.1.0", + "version": "2.2.0", "license": "MIT", "devDependencies": { "@release-it/conventional-changelog": "^5.1.1", diff --git a/packages/nx/package.json b/packages/nx/package.json index 7ed3e25..1b83135 100644 --- a/packages/nx/package.json +++ b/packages/nx/package.json @@ -1,6 +1,6 @@ { "name": "@currents/nx", - "version": "2.1.0", + "version": "2.2.0", "description": "Currents plugin for Nx", "author": "Andrew Goldis", "homepage": "https://currents.dev",