Skip to content

Commit fcd2a30

Browse files
committed
chore(release): 17.12.3
1 parent b1705f1 commit fcd2a30

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.12.3](https://github.com/nrwl/nx-console/compare/v17.12.2...v17.12.3) (2021-11-12)
6+
7+
8+
### Bug Fixes
9+
10+
* handle non existant nx.json file better. Fixes pure angular workspaces. ([#1172](https://github.com/nrwl/nx-console/issues/1172)) ([b1705f1](https://github.com/nrwl/nx-console/commits/b1705f140d8ec53ab8e4c9501ff0809484ed9d4e))
11+
* handle non-existing files better and return an empty object ([#1171](https://github.com/nrwl/nx-console/issues/1171)) ([8971434](https://github.com/nrwl/nx-console/commits/89714349f822963d1e12a4f9656ff1dd878a5b98))
12+
513
### [17.12.2](https://github.com/nrwl/nx-console/compare/v17.12.1...v17.12.2) (2021-10-25)
614

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.12.2",
5+
"version": "17.12.3",
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.12.2",
3+
"version": "17.12.3",
44
"publisher": "nrwl",
55
"sideEffects": false,
66
"author": {

0 commit comments

Comments
 (0)