Skip to content

Commit a7434a4

Browse files
committed
chore(release): 17.13.5
1 parent 16e3155 commit a7434a4

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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.5](https://github.com/nrwl/nx-console/compare/v17.13.4...v17.13.5) (2021-12-22)
6+
7+
8+
### Bug Fixes
9+
10+
* support workspaces lower than nx 13 ([#1204](https://github.com/nrwl/nx-console/issues/1204)) ([16e3155](https://github.com/nrwl/nx-console/commits/16e315521dbd90de3040abc71c28826fba44af8e))
11+
512
### [17.13.4](https://github.com/nrwl/nx-console/compare/v17.13.3...v17.13.4) (2021-12-21)
613

714

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

0 commit comments

Comments
 (0)