Skip to content

Commit a4c3f1c

Browse files
committed
chore(release): 17.13.2
1 parent 6a3358e commit a4c3f1c

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
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.
44

5+
### [17.13.2](https://github.com/nrwl/nx-console/compare/v17.13.1...v17.13.2) (2021-12-16)
6+
7+
8+
### Bug Fixes
9+
10+
* revert to old logic for scanning workspaces, also fix checking for paths of undefined ([#1199](https://github.com/nrwl/nx-console/issues/1199)) ([039c24e](https://github.com/nrwl/nx-console/commits/039c24e6d3730d23b73244eaa210a28bccf2d97c))
11+
* use proper workspace path to load generators ([#1200](https://github.com/nrwl/nx-console/issues/1200)) ([6a3358e](https://github.com/nrwl/nx-console/commits/6a3358e0508092496006d1b754435af94cce71e7))
12+
513
### [17.13.1](https://github.com/nrwl/nx-console/compare/v17.12.4...v17.13.1) (2021-12-11)
614
### Bug Fixes
715

apps/vscode/src/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "angular-console",
33
"displayName": "Nx Console",
44
"description": "Nx Console for Visual Studio Code",
5-
"version": "17.13.1",
5+
"version": "17.13.2",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/nrwl/nx-console.git"

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nx-console",
3-
"version": "17.13.1",
3+
"version": "17.13.2",
44
"publisher": "nrwl",
55
"sideEffects": false,
66
"author": {

0 commit comments

Comments
 (0)