diff --git a/CHANGELOG.md b/CHANGELOG.md index dd7f117bfe..dfab8f5a44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ 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.5.0](https://github.com/nrwl/nx-console/compare/v17.4.1...v17.5.0) (2021-06-14) + + +### Features + +* add json schema support for configurations, and also provide descriptions ([#1078](https://github.com/nrwl/nx-console/issues/1078)) ([e9e1d15](https://github.com/nrwl/nx-console/commits/e9e1d15f6773e811d1de3ef0e6036cd68f2faf1b)) +* provide json schema for workspace.json ([#1077](https://github.com/nrwl/nx-console/issues/1077)) ([ae35ec5](https://github.com/nrwl/nx-console/commits/ae35ec5dd85a38ce44de2797911dffe7806e2a3b)) + + +### Bug Fixes + +* nx generator schemas form ([#1081](https://github.com/nrwl/nx-console/issues/1081)) ([c43f9cc](https://github.com/nrwl/nx-console/commits/c43f9cc0fbfacb43a6fe170aa9faaedd88dbf046)) +* strip appsDir and libsDir from path if app|application or lib|library ([#1082](https://github.com/nrwl/nx-console/issues/1082)) ([7db8b08](https://github.com/nrwl/nx-console/commits/7db8b084e2842cd39b17e393066cb0377c0944d9)) + ### [17.4.1](https://github.com/nrwl/nx-console/compare/v17.4.0...v17.4.1) (2021-05-28) diff --git a/apps/vscode/src/package.json b/apps/vscode/src/package.json index ea03945cbd..734ce2cded 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.4.1", + "version": "17.5.0", "repository": { "type": "git", "url": "https://github.com/nrwl/nx-console.git" diff --git a/package.json b/package.json index f2f79932b5..8fdb3df5e4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nx-console", - "version": "17.4.1", + "version": "17.5.0", "publisher": "nrwl", "author": { "name": "Narwhal Technologies Inc",