Skip to content

Commit

Permalink
chore(release): 17.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Cammisuli committed Dec 11, 2021
1 parent ff991e8 commit c8c808e
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion apps/vscode/src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nx-console",
"version": "17.13.0",
"version": "17.13.1",
"publisher": "nrwl",
"sideEffects": false,
"author": {
Expand Down

0 comments on commit c8c808e

Please sign in to comment.