Skip to content

Commit

Permalink
chore(nx-python): release v15.11.0 [skip ci]
Browse files Browse the repository at this point in the history
# [15.11.0](nx-python-v15.10.0...nx-python-v15.11.0) (2023-06-18)

### Features

* **nx-python:** add a new version of the poetry project generator ([#123](#123)) ([c793b0d](c793b0d)), closes [#111](#111) [#117](#117)
  • Loading branch information
semantic-release-bot committed Jun 18, 2023
1 parent c793b0d commit 268a30d
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 @@
# [15.11.0](https://github.com/lucasvieirasilva/nx-plugins/compare/nx-python-v15.10.0...nx-python-v15.11.0) (2023-06-18)

### Features

- **nx-python:** add a new version of the poetry project generator ([#123](https://github.com/lucasvieirasilva/nx-plugins/issues/123)) ([c793b0d](https://github.com/lucasvieirasilva/nx-plugins/commit/c793b0d058e5c05f16c7ea74776530113d88be1a)), closes [#111](https://github.com/lucasvieirasilva/nx-plugins/issues/111) [#117](https://github.com/lucasvieirasilva/nx-plugins/issues/117)

# [15.10.0](https://github.com/lucasvieirasilva/nx-plugins/compare/nx-python-v15.9.1...nx-python-v15.10.0) (2023-06-07)

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

0 comments on commit 268a30d

Please sign in to comment.