diff --git a/CHANGELOG.md b/CHANGELOG.md index ef123d8a52..637b51b37b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [17.2.0](https://github.com/nrwl/nx-console/compare/v17.1.0...v17.2.0) (2021-04-16) + + +### Features + +* updates form components to support long form items plus specs ([#1062](https://github.com/nrwl/nx-console/issues/1062)) ([0373a56](https://github.com/nrwl/nx-console/commits/0373a56df680764b6ed34850c8e5eebeae02ed8b)), closes [#984](https://github.com/nrwl/nx-console/issues/984) + + +### Bug Fixes + +* refresh projects view clears cache ([#1058](https://github.com/nrwl/nx-console/issues/1058)) ([4741999](https://github.com/nrwl/nx-console/commits/474199904a5982928343bbeb73bdd256658b4dda)) +* replace \ with / in path in workspace before remove leading / ([#1063](https://github.com/nrwl/nx-console/issues/1063)) ([a4f96ca](https://github.com/nrwl/nx-console/commits/a4f96ca7ba9da58c4d488043092ac110170a6a6f)) + ## [17.1.0](https://github.com/nrwl/nx-console/compare/v17.0.3...v17.1.0) (2021-03-27) diff --git a/apps/vscode/src/package.json b/apps/vscode/src/package.json index 7fcd8c3c82..f5f05c54fb 100644 --- a/apps/vscode/src/package.json +++ b/apps/vscode/src/package.json @@ -2,7 +2,7 @@ "name": "angular-console", "displayName": "Nx Console", "description": "Nx Console for Visual Studio Code", - "version": "17.1.0", + "version": "17.2.0", "repository": { "type": "git", "url": "https://github.com/nrwl/nx-console.git" diff --git a/package.json b/package.json index df1cdc1978..ac51a62048 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nx-console", - "version": "17.1.0", + "version": "17.2.0", "publisher": "nrwl", "author": { "name": "Narwhal Technologies Inc",