From a30a1fbf203d9f0a6ba25775f090a26318e8420e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 3 Sep 2023 00:35:34 +0000 Subject: [PATCH] chore(release): 0.14.1 [skip ci] ## [0.14.1](https://github.com/zeshuaro/vscode-poetry/compare/v0.14.0...v0.14.1) (2023-09-03) ### Bug Fixes * **deps:** update dependency axios to v1.5.0 ([#519](https://github.com/zeshuaro/vscode-poetry/issues/519)) ([d3beec0](https://github.com/zeshuaro/vscode-poetry/commit/d3beec087ce691c0ab4012718cbf6ad00c561a84)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b3483269..1117e486 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.14.1](https://github.com/zeshuaro/vscode-poetry/compare/v0.14.0...v0.14.1) (2023-09-03) + + +### Bug Fixes + +* **deps:** update dependency axios to v1.5.0 ([#519](https://github.com/zeshuaro/vscode-poetry/issues/519)) ([d3beec0](https://github.com/zeshuaro/vscode-poetry/commit/d3beec087ce691c0ab4012718cbf6ad00c561a84)) + # v0.14.0 ## 📦 Dependencies diff --git a/package.json b/package.json index 04980ffb..714d510b 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-python-poetry", "displayName": "Python Poetry", "description": "Python Poetry support for VS Code to manage Poetry commands", - "version": "0.14.0", + "version": "0.14.1", "preview": true, "publisher": "zeshuaro", "repository": {