diff --git a/CHANGELOG.md b/CHANGELOG.md index b7133a406f..ef771f73a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ 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.13.1](https://github.com/nrwl/nx-console/compare/v17.12.4...v17.13.1) (2021-12-11) + + +### Features + +* add configuration support for the import plugin ([#1183](https://github.com/nrwl/nx-console/issues/1183)) ([53b09eb](https://github.com/nrwl/nx-console/commits/53b09eb361845498234a6556bc296ae302660b02)) +* Go to project.json file from workspace file with codelens ([#1176](https://github.com/nrwl/nx-console/issues/1176)) ([ad3578a](https://github.com/nrwl/nx-console/commits/ad3578a1a21ab3c9a5010754c7082ae6822339c1)) +* include typescript plugin for imports ([#1177](https://github.com/nrwl/nx-console/issues/1177)) ([9c330ce](https://github.com/nrwl/nx-console/commits/9c330ce65ee683e82de8eb11801d9a3cf1e9c875)) +* provide json schema for nx.json ([#1186](https://github.com/nrwl/nx-console/issues/1186)) ([70e2bbb](https://github.com/nrwl/nx-console/commits/70e2bbbcb26bd7e568535b1076bd6223d7f254ed)) +* use nx utils to read all configuration files ([#1184](https://github.com/nrwl/nx-console/issues/1184)) ([630ac6e](https://github.com/nrwl/nx-console/commits/630ac6ec0929184f98f7526a354bd7ba25bb4e68)) + + +### Bug Fixes + +* make the `path` option always visible when using generate ([#1192](https://github.com/nrwl/nx-console/issues/1192)) ([ff991e8](https://github.com/nrwl/nx-console/commits/ff991e8d851a77f48be95a9bd2142c909b32f7b7)) + ## [17.13.0](https://github.com/nrwl/nx-console/compare/v17.12.4...v17.13.0) (2021-12-10) diff --git a/apps/vscode/src/package.json b/apps/vscode/src/package.json index 2f89bb6039..fbf63f986e 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.13.0", + "version": "17.13.1", "repository": { "type": "git", "url": "https://github.com/nrwl/nx-console.git" diff --git a/package.json b/package.json index 1dd53195fe..abdf31783c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nx-console", - "version": "17.13.0", + "version": "17.13.1", "publisher": "nrwl", "sideEffects": false, "author": {