Skip to content

Commit

Permalink
chore(release): v0.12.3 [skip-release]
Browse files Browse the repository at this point in the history
  • Loading branch information
arshad-yaseen committed Oct 23, 2024
1 parent 62dc092 commit 2c6a2ff
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@


## [0.12.3](https://github.com/arshad-yaseen/monacopilot/compare/v0.12.2...v0.12.3) (2024-10-23)


### 🐛 Bug Fixes

* cache extraction not respecting the lines before the cursor ([fddd10d](https://github.com/arshad-yaseen/monacopilot/commit/fddd10d3693cd02ea97332b9d1c938ba71553419))

## [0.12.2](https://github.com/arshad-yaseen/monacopilot/compare/v0.12.1...v0.12.2) (2024-10-23)

## [0.12.1](https://github.com/arshad-yaseen/monacopilot/compare/v0.12.0...v0.12.1) (2024-10-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.12.2",
"version": "0.12.3",
"description": "AI auto-completion plugin for Monaco Editor",
"main": "./build/index.js",
"module": "./build/index.mjs",
Expand Down

0 comments on commit 2c6a2ff

Please sign in to comment.