Skip to content

Commit

Permalink
chore(release): v0.15.14 [skip-release]
Browse files Browse the repository at this point in the history
  • Loading branch information
arshad-yaseen committed Dec 22, 2024
1 parent b701bc5 commit bc8971a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 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.13](https://github.com/arshad-yaseen/monacopilot/compare/v0.15.12...v0.15.13) (2024-12-22)
## [0.15.14](https://github.com/arshad-yaseen/monacopilot/compare/v0.15.13...v0.15.14) (2024-12-22)


### 🔄 Refactoring

* reduce 429 errors possibility ([85832a8](https://github.com/arshad-yaseen/monacopilot/commit/85832a85d2e8f36a484ae268308a54f37ed3b65a))

## [0.15.13](https://github.com/arshad-yaseen/monacopilot/compare/v0.15.12...v0.15.13) (2024-12-22)

### 🔧 CI/CD

* close inactve issues workflow ([4ef021f](https://github.com/arshad-yaseen/monacopilot/commit/4ef021fac01c3a163e4797d60a9baa030323d91d))
- close inactve issues workflow ([4ef021f](https://github.com/arshad-yaseen/monacopilot/commit/4ef021fac01c3a163e4797d60a9baa030323d91d))

## [0.15.12](https://github.com/arshad-yaseen/monacopilot/compare/v0.15.11...v0.15.12) (2024-12-22)

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.13",
"version": "0.15.14",
"description": "AI auto-completion plugin for Monaco Editor",
"main": "./build/index.js",
"module": "./build/index.mjs",
Expand Down
2 changes: 1 addition & 1 deletion tests/ui/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ export default function Home() {
}}
/>
);
}
}

0 comments on commit bc8971a

Please sign in to comment.