Skip to content

Commit

Permalink
chore(release): 17.24.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Cammisuli committed Nov 2, 2022
1 parent 7bfaabc commit 1b60cea
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.24.1](https://github.com/nrwl/nx-console/compare/v17.24.0...v17.24.1) (2022-11-02)


### Bug Fixes

* do not show nx daemon message ([7bfaabc](https://github.com/nrwl/nx-console/commits/7bfaabc83cc8f288d1eba41e7b0cfa3f49e496f7))

## [17.24.0](https://github.com/nrwl/nx-console/compare/v17.23.3...v17.24.0) (2022-11-02)


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.24.0",
"version": "17.24.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.24.0",
"version": "17.24.1",
"publisher": "nrwl",
"sideEffects": false,
"author": {
Expand Down

0 comments on commit 1b60cea

Please sign in to comment.