Skip to content

Commit

Permalink
chore: release 0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmyDaddy committed Sep 20, 2023
1 parent 474dd80 commit 700d1f1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -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))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit 700d1f1

Please sign in to comment.