Skip to content

Commit

Permalink
chore(nx-python): release v19.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [19.1.0](nx-python-v19.0.2...nx-python-v19.1.0) (2024-09-18)

### Features

* **nx-python:** add support for nx releases ([#246](#246)) ([9614843](9614843))
  • Loading branch information
semantic-release-bot committed Sep 18, 2024
1 parent 9614843 commit 553ff7b
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.1.0](https://github.com/lucasvieirasilva/nx-plugins/compare/nx-python-v19.0.2...nx-python-v19.1.0) (2024-09-18)

### Features

- **nx-python:** add support for nx releases ([#246](https://github.com/lucasvieirasilva/nx-plugins/issues/246)) ([9614843](https://github.com/lucasvieirasilva/nx-plugins/commit/96148431916ba8b99cd0deffd0ffcf6b7d44a193))

## [19.0.2](https://github.com/lucasvieirasilva/nx-plugins/compare/nx-python-v19.0.1...nx-python-v19.0.2) (2024-08-12)

### Bug Fixes
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.0.2",
"version": "19.1.0",
"main": "src/index.js",
"generators": "./generators.json",
"executors": "./executors.json",
Expand Down

0 comments on commit 553ff7b

Please sign in to comment.