From 8077c740be6f6ea8bf6df60ba05b02202242582e Mon Sep 17 00:00:00 2001 From: Julien Tanay Date: Wed, 23 Oct 2024 14:38:18 +0200 Subject: [PATCH] chore(main): release 0.3.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0ee8c01..816df2d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.0" + ".": "0.3.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 59d993e..3c63c3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.1](https://github.com/Djiit/vscode-custom-prompts/compare/v0.3.0...v0.3.1) (2024-10-23) + + +### Bug Fixes + +* improve README instructions ([b54f024](https://github.com/Djiit/vscode-custom-prompts/commit/b54f02493d527c9957758388b81ad0be4a418ca1)) + ## [0.3.0](https://github.com/Djiit/vscode-custom-prompts/compare/v0.2.0...v0.3.0) (2024-10-22) diff --git a/package-lock.json b/package-lock.json index 35bd5a8..43341bc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-custom-prompts", - "version": "0.3.0", + "version": "0.3.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vscode-custom-prompts", - "version": "0.3.0", + "version": "0.3.1", "license": "SEE LICENSE IN LICENSE", "dependencies": { "@vscode/prompt-tsx": "^0.3.0-alpha.8" diff --git a/package.json b/package.json index e475541..e1d607f 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "email": "julien.tanay@gmail.com" }, "license": "SEE LICENSE IN LICENSE", - "version": "0.3.0", + "version": "0.3.1", "engines": { "vscode": "^1.92.0" },