Skip to content

Commit

Permalink
chore(nx-python): release v19.2.1 [skip ci]
Browse files Browse the repository at this point in the history
## [19.2.1](nx-python-v19.2.0...nx-python-v19.2.1) (2024-10-17)

### Bug Fixes

* capture stdout on the publish executor to check the error message ([#252](#252)) ([083c671](083c671))
  • Loading branch information
semantic-release-bot committed Oct 17, 2024
1 parent 083c671 commit 95cd71e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions packages/nx-python/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [19.2.1](https://github.com/lucasvieirasilva/nx-plugins/compare/nx-python-v19.2.0...nx-python-v19.2.1) (2024-10-17)

### Bug Fixes

- capture stdout on the publish executor to check the error message ([#252](https://github.com/lucasvieirasilva/nx-plugins/issues/252)) ([083c671](https://github.com/lucasvieirasilva/nx-plugins/commit/083c671d988e2c05e4eb618aa5f580194f1fc216))

# [19.2.0](https://github.com/lucasvieirasilva/nx-plugins/compare/nx-python-v19.1.3...nx-python-v19.2.0) (2024-10-17)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/nx-python/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nxlv/python",
"description": "Custom NX Plugin to support the Python language",
"version": "19.2.0",
"version": "19.2.1",
"main": "src/index.js",
"generators": "./generators.json",
"executors": "./executors.json",
Expand Down

0 comments on commit 95cd71e

Please sign in to comment.