Skip to content

Commit

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


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


### 📚 Documentation

* Remove select & edit ([4feb857](https://github.com/arshad-yaseen/monacopilot/commit/4feb85753d80d19ee2d97b042b3bc88a5caacfa4))

## [0.11.6](https://github.com/arshad-yaseen/monacopilot/compare/v0.11.5...v0.11.6) (2024-10-01)

### 📚 Documentation

* fix the naming with deregister method ([97fc09c](https://github.com/arshad-yaseen/monacopilot/commit/97fc09cf23c4c98e5d1fa0e93e586f657e1a4dce))
- fix the naming with deregister method ([97fc09c](https://github.com/arshad-yaseen/monacopilot/commit/97fc09cf23c4c98e5d1fa0e93e586f657e1a4dce))

## [0.11.5](https://github.com/arshad-yaseen/monacopilot/compare/v0.11.4...v0.11.5) (2024-09-30)

Expand Down
30 changes: 15 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,24 +14,24 @@
- [Demo](#demo)
- [Installation](#installation)
- [Usage](#usage)
- [API Handler](#api-handler)
- [Register Completion with the Monaco Editor](#register-completion-with-the-monaco-editor)
- [API Handler](#api-handler)
- [Register Completion with the Monaco Editor](#register-completion-with-the-monaco-editor)
- [Register Completion Options](#register-completion-options)
- [Get Completions in Real-Time](#get-completions-in-real-time)
- [Manually Trigger Completions](#manually-trigger-completions)
- [Trigger Completions with a Keyboard Shortcut](#trigger-completions-with-a-keyboard-shortcut)
- [Trigger Completions with an Editor Action](#trigger-completions-with-an-editor-action)
- [Multi-File Context](#multi-file-context)
- [Filename](#filename)
- [Completions for Specific Technologies](#completions-for-specific-technologies)
- [Max Context Lines](#max-context-lines)
- [Handling Errors](#handling-errors)
- [Custom Request Handler](#custom-request-handler)
- [Get Completions in Real-Time](#get-completions-in-real-time)
- [Manually Trigger Completions](#manually-trigger-completions)
- [Trigger Completions with a Keyboard Shortcut](#trigger-completions-with-a-keyboard-shortcut)
- [Trigger Completions with an Editor Action](#trigger-completions-with-an-editor-action)
- [Multi-File Context](#multi-file-context)
- [Filename](#filename)
- [Completions for Specific Technologies](#completions-for-specific-technologies)
- [Max Context Lines](#max-context-lines)
- [Handling Errors](#handling-errors)
- [Custom Request Handler](#custom-request-handler)
- [Copilot Options](#copilot-options)
- [Changing the Provider and Model](#changing-the-provider-and-model)
- [Custom Model](#custom-model)
- [Changing the Provider and Model](#changing-the-provider-and-model)
- [Custom Model](#custom-model)
- [Completion Request Options](#completion-request-options)
- [Custom Headers for AI Model Requests](#custom-headers-for-ai-model-requests)
- [Custom Headers for AI Model Requests](#custom-headers-for-ai-model-requests)
- [Using a Different Language for the API Handler](#using-a-different-language-for-the-api-handler)
- [Contributing](#contributing)

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

0 comments on commit 542f5e7

Please sign in to comment.