Skip to content

Commit

Permalink
chore(release): v0.16.3 [skip-release]
Browse files Browse the repository at this point in the history
  • Loading branch information
arshad-yaseen committed Dec 25, 2024
1 parent af4d0c9 commit c180703
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@


## [0.16.2](https://github.com/arshad-yaseen/monacopilot/compare/v0.16.1...v0.16.2) (2024-12-23)
## [0.16.3](https://github.com/arshad-yaseen/monacopilot/compare/v0.16.2...v0.16.3) (2024-12-25)


### 🔧 Maintenance

* improve typing debounce pause threshold ([af4d0c9](https://github.com/arshad-yaseen/monacopilot/commit/af4d0c93032f0df01e955a2a19ebb576d8aa068b))

## [0.16.2](https://github.com/arshad-yaseen/monacopilot/compare/v0.16.1...v0.16.2) (2024-12-23)

### 🔧 Maintenance

* log a warning instead of an error when encountering issues fetching or processing completions ([17fefee](https://github.com/arshad-yaseen/monacopilot/commit/17fefeea248e568f7976dca75de4a249fd959af2))
- log a warning instead of an error when encountering issues fetching or processing completions ([17fefee](https://github.com/arshad-yaseen/monacopilot/commit/17fefeea248e568f7976dca75de4a249fd959af2))

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

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

0 comments on commit c180703

Please sign in to comment.