From 700d1f14cc92f52000c6afec810c5b7367c095a8 Mon Sep 17 00:00:00 2001 From: JimmyDaddy Date: Wed, 20 Sep 2023 23:12:57 +0800 Subject: [PATCH] chore: release 0.0.9 --- CHANGELOG.md | 11 ++++++++++- package.json | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b307a1f..91866cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ + + +## [0.0.9](https://github.com/JimmyDaddy/vscode-bard/compare/v0.0.8...v0.0.9) (2023-09-20) + + +### Bug Fixes + +* use global user settings and fix input event scroll trigger ([474dd80](https://github.com/JimmyDaddy/vscode-bard/commit/474dd8066913649e4f9994e8d45cd3728c8db1d7)) + # Change Log ## [0.0.8](https://github.com/JimmyDaddy/vscode-bard/compare/0.0.7...v0.0.8) (2023-09-20) @@ -44,4 +53,4 @@ * include dependencies temporarily ([9507277](https://github.com/JimmyDaddy/vscode-bard/commit/95072771a297b76e7ab7ad64b4fe3054107f0b72)) * minimize extension bundle size ([c354acd](https://github.com/JimmyDaddy/vscode-bard/commit/c354acd915096a5edb6add9e274e84ef26440d86)) -* webview resources load error ([2010571](https://github.com/JimmyDaddy/vscode-bard/commit/20105717ae9f1e0ca5b000b57b53fe0e7ce8ae83)) +* webview resources load error ([2010571](https://github.com/JimmyDaddy/vscode-bard/commit/20105717ae9f1e0ca5b000b57b53fe0e7ce8ae83)) \ No newline at end of file diff --git a/package.json b/package.json index c54815b..671e5ed 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-bard", "displayName": "vscode bard", "description": "google bard for vscode", - "version": "0.0.8", + "version": "0.0.9", "engines": { "vscode": "^1.82.0" },