Skip to content

Commit

Permalink
chore(release): v0.16.1 [skip-release]
Browse files Browse the repository at this point in the history
  • Loading branch information
arshad-yaseen committed Dec 23, 2024
1 parent bd74f58 commit 3573876
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
16 changes: 10 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,25 @@


## [0.16.0](https://github.com/arshad-yaseen/monacopilot/compare/v0.15.14...v0.16.0) (2024-12-23)
## [0.16.1](https://github.com/arshad-yaseen/monacopilot/compare/v0.16.0...v0.16.1) (2024-12-23)


### 🚀 Features
### 📚 Documentation

* fix keyboard shortcut example code ([bd74f58](https://github.com/arshad-yaseen/monacopilot/commit/bd74f58660f5fc251575e00094cdaa9b87461cb5))

* immediately trigger completion request after user stops typing ([32b8690](https://github.com/arshad-yaseen/monacopilot/commit/32b8690dae056965c289b939cebe4f70651d479a))
## [0.16.0](https://github.com/arshad-yaseen/monacopilot/compare/v0.15.14...v0.16.0) (2024-12-23)

### 🚀 Features

- immediately trigger completion request after user stops typing ([32b8690](https://github.com/arshad-yaseen/monacopilot/commit/32b8690dae056965c289b939cebe4f70651d479a))

### 🐛 Bug Fixes

* cache lookaround preventing next completion in same lineafter another completion ([d53fb74](https://github.com/arshad-yaseen/monacopilot/commit/d53fb748b0ae63ecc91cb93382c3ec881631ff6c))

- cache lookaround preventing next completion in same lineafter another completion ([d53fb74](https://github.com/arshad-yaseen/monacopilot/commit/d53fb748b0ae63ecc91cb93382c3ec881631ff6c))

### 🔧 Maintenance

* improve cache validation ([e905bb8](https://github.com/arshad-yaseen/monacopilot/commit/e905bb8eb911a453446441eaf830fcb2eb0b401a))
- improve cache validation ([e905bb8](https://github.com/arshad-yaseen/monacopilot/commit/e905bb8eb911a453446441eaf830fcb2eb0b401a))

## [0.15.14](https://github.com/arshad-yaseen/monacopilot/compare/v0.15.13...v0.15.14) (2024-12-22)

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

0 comments on commit 3573876

Please sign in to comment.