Skip to content

Commit

Permalink
chore(release): v0.11.0 [skip-release]
Browse files Browse the repository at this point in the history
  • Loading branch information
arshad-yaseen committed Sep 29, 2024
1 parent b492c91 commit edca2a8
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@


## [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))

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

### 🔧 CI/CD
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.10.19",
"version": "0.11.0",
"description": "AI auto-completion plugin for Monaco Editor",
"main": "./build/index.js",
"module": "./build/index.mjs",
Expand Down

0 comments on commit edca2a8

Please sign in to comment.