Skip to content

Commit

Permalink
chore(release): v0.11.1 [skip-release]
Browse files Browse the repository at this point in the history
  • Loading branch information
arshad-yaseen committed Sep 29, 2024
1 parent fc83caf commit fc6833a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
19 changes: 12 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,24 @@


## [0.11.0](https://github.com/arshad-yaseen/monacopilot/compare/v0.10.19...v0.11.0) (2024-09-29)
## [0.11.1](https://github.com/arshad-yaseen/monacopilot/compare/v0.11.0...v0.11.1) (2024-09-29)


### 🚀 Features
### 📚 Documentation

* fix code block collision ([f26bbe2](https://github.com/arshad-yaseen/monacopilot/commit/f26bbe27ded19a171db09ec67eda3b2006f030b8))

* request handler ([#30](https://github.com/arshad-yaseen/monacopilot/issues/30)) ([9ed3d60](https://github.com/arshad-yaseen/monacopilot/commit/9ed3d60dd2e979bddc8f56a1610c83f33ef31291))
## [0.11.0](https://github.com/arshad-yaseen/monacopilot/compare/v0.10.19...v0.11.0) (2024-09-29)

### 🚀 Features

- request handler ([#30](https://github.com/arshad-yaseen/monacopilot/issues/30)) ([9ed3d60](https://github.com/arshad-yaseen/monacopilot/commit/9ed3d60dd2e979bddc8f56a1610c83f33ef31291))

### 📚 Documentation

* fix requestHandler docs ([14d52ff](https://github.com/arshad-yaseen/monacopilot/commit/14d52ffdc82c634d16638e56ffb4e04b61f33f6b))
* improve requestHandler guide ([3689720](https://github.com/arshad-yaseen/monacopilot/commit/368972084e499963865443f815e8a2320b42ed27))
* update requestHandler guide ([7179414](https://github.com/arshad-yaseen/monacopilot/commit/7179414ac551547d9ea812a27560c26b35175b93))
* update requestHandler jsdoc ([69bc530](https://github.com/arshad-yaseen/monacopilot/commit/69bc530e42a267c26c6df22b315279d5535c472c))
- fix requestHandler docs ([14d52ff](https://github.com/arshad-yaseen/monacopilot/commit/14d52ffdc82c634d16638e56ffb4e04b61f33f6b))
- improve requestHandler guide ([3689720](https://github.com/arshad-yaseen/monacopilot/commit/368972084e499963865443f815e8a2320b42ed27))
- update requestHandler guide ([7179414](https://github.com/arshad-yaseen/monacopilot/commit/7179414ac551547d9ea812a27560c26b35175b93))
- update requestHandler jsdoc ([69bc530](https://github.com/arshad-yaseen/monacopilot/commit/69bc530e42a267c26c6df22b315279d5535c472c))

## [0.10.19](https://github.com/arshad-yaseen/monacopilot/compare/v0.10.18...v0.10.19) (2024-09-28)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "monacopilot",
"version": "0.11.0",
"version": "0.11.1",
"description": "AI auto-completion plugin for Monaco Editor",
"main": "./build/index.js",
"module": "./build/index.mjs",
Expand Down

0 comments on commit fc6833a

Please sign in to comment.