Skip to content

Commit

Permalink
chore: release v0.19.0-beta.5
Browse files Browse the repository at this point in the history
  • Loading branch information
arshad-yaseen committed Feb 10, 2025
1 parent 708cc59 commit 297c00c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.19.0-beta.4",
"version": "0.19.0-beta.5",
"scripts": {
"build": "pnpm -r build",
"dev": "pnpm -C packages/completion dev",
Expand Down
2 changes: 1 addition & 1 deletion packages/completion/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "monacopilot",
"version": "0.19.0-beta.4",
"version": "0.19.0-beta.5",
"description": "AI auto-completion plugin for Monaco Editor",
"main": "./build/index.js",
"module": "./build/index.mjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@monacopilot/core",
"version": "0.19.0-beta.4",
"version": "0.19.0-beta.5",
"description": "Core package for monacopilot - AI copilot for monaco editor",
"main": "./build/index.js",
"module": "./build/index.mjs",
Expand Down

0 comments on commit 297c00c

Please sign in to comment.