Skip to content

Commit

Permalink
chore: release v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
agoldis committed Oct 30, 2023
1 parent ecf4321 commit 87bd56c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/nx/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 87bd56c

Please sign in to comment.