Skip to content

Commit

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


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


### 🚀 Features

* add option to control caching behavior ([00e6cb3](https://github.com/arshad-yaseen/monacopilot/commit/00e6cb3c5ae0cc9047b7351e18883654ed5732ce))


### 📚 Documentation

* add enableCaching option documentation ([13085bf](https://github.com/arshad-yaseen/monacopilot/commit/13085bf0d323a76d579869832abdeb66e65d48a6))

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

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

0 comments on commit 15e610d

Please sign in to comment.