From 95cd71e70d03bb78bd2501e286e2d67fe167fb6f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 17 Oct 2024 14:39:06 +0000 Subject: [PATCH] chore(nx-python): release v19.2.1 [skip ci] ## [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)) --- packages/nx-python/CHANGELOG.md | 6 ++++++ packages/nx-python/package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/packages/nx-python/CHANGELOG.md b/packages/nx-python/CHANGELOG.md index e652ad5..fa56993 100644 --- a/packages/nx-python/CHANGELOG.md +++ b/packages/nx-python/CHANGELOG.md @@ -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 diff --git a/packages/nx-python/package.json b/packages/nx-python/package.json index 6f35474..1c7fa77 100644 --- a/packages/nx-python/package.json +++ b/packages/nx-python/package.json @@ -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",