Skip to content

Commit

Permalink
chore(release): v0.11.9 [skip-release]
Browse files Browse the repository at this point in the history
  • Loading branch information
arshad-yaseen committed Oct 23, 2024
1 parent 6bd72fb commit da7b89f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@


## [0.11.9](https://github.com/arshad-yaseen/monacopilot/compare/v0.11.8...v0.11.9) (2024-10-23)


### 🔄 Refactoring

* use built-in monaco.Range without overlapping calculations ([3312526](https://github.com/arshad-yaseen/monacopilot/commit/3312526d6806a2ad4d6dd6b70886e476f31f5ca5))

## [0.11.8](https://github.com/arshad-yaseen/monacopilot/compare/v0.11.6...v0.11.8) (2024-10-19)

### 📚 Documentation
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.8",
"version": "0.11.9",
"description": "AI auto-completion plugin for Monaco Editor",
"main": "./build/index.js",
"module": "./build/index.mjs",
Expand Down

0 comments on commit da7b89f

Please sign in to comment.