Skip to content

Commit

Permalink
chore(release): v0.15.6 [skip-release]
Browse files Browse the repository at this point in the history
  • Loading branch information
arshad-yaseen committed Dec 6, 2024
1 parent 1649e81 commit d2ec189
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.15.5](https://github.com/arshad-yaseen/monacopilot/compare/v0.15.4...v0.15.5) (2024-12-06)
## [0.15.6](https://github.com/arshad-yaseen/monacopilot/compare/v0.15.5...v0.15.6) (2024-12-06)


### 📚 Documentation

* add custom prompt section to toc ([1649e81](https://github.com/arshad-yaseen/monacopilot/commit/1649e8188a47823f9f1df0d15faad480620a5bbe))

## [0.15.5](https://github.com/arshad-yaseen/monacopilot/compare/v0.15.4...v0.15.5) (2024-12-06)

### 🐛 Bug Fixes

* completion not showing if the mode is insert ([a16ae11](https://github.com/arshad-yaseen/monacopilot/commit/a16ae115552170efca5bc8959d0906568fbbdbb2))
- completion not showing if the mode is insert ([a16ae11](https://github.com/arshad-yaseen/monacopilot/commit/a16ae115552170efca5bc8959d0906568fbbdbb2))

## [0.15.4](https://github.com/arshad-yaseen/monacopilot/compare/v0.15.3...v0.15.4) (2024-12-01)

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

0 comments on commit d2ec189

Please sign in to comment.