Skip to content

Commit

Permalink
chore(nx-python): release v18.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [18.1.0](nx-python-v18.0.1...nx-python-v18.1.0) (2024-05-14)

### Features

* **nx-python:** add support for [email protected] ([#207](#207)) ([28d4ae3](28d4ae3)), closes [#206](#206)
  • Loading branch information
semantic-release-bot committed May 14, 2024
1 parent 28d4ae3 commit 0db96e5
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 @@
# [18.1.0](https://github.com/lucasvieirasilva/nx-plugins/compare/nx-python-v18.0.1...nx-python-v18.1.0) (2024-05-14)

### Features

- **nx-python:** add support for [email protected] ([#207](https://github.com/lucasvieirasilva/nx-plugins/issues/207)) ([28d4ae3](https://github.com/lucasvieirasilva/nx-plugins/commit/28d4ae3c456f75d95d1684aa3dee505b482a7f04)), closes [#206](https://github.com/lucasvieirasilva/nx-plugins/issues/206)

## [18.0.1](https://github.com/lucasvieirasilva/nx-plugins/compare/nx-python-v18.0.0...nx-python-v18.0.1) (2024-03-27)

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

0 comments on commit 0db96e5

Please sign in to comment.