Skip to content

Commit

Permalink
chore: release v0.19.14
Browse files Browse the repository at this point in the history
  • Loading branch information
arshad-yaseen committed Feb 15, 2025
1 parent 512d5c3 commit 78ec6db
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.13",
"version": "0.19.14",
"scripts": {
"build": "pnpm -r --filter '!playground' build",
"dev:core": "pnpm -C packages/core dev",
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.13",
"version": "0.19.14",
"description": "Core package for monacopilot",
"main": "./build/index.js",
"module": "./build/index.mjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/monacopilot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "monacopilot",
"version": "0.19.13",
"version": "0.19.14",
"description": "AI auto-completion plugin for Monaco Editor",
"main": "./build/index.js",
"module": "./build/index.mjs",
Expand Down

0 comments on commit 78ec6db

Please sign in to comment.