Skip to content

Commit

Permalink
chore: release v0.19.17
Browse files Browse the repository at this point in the history
  • Loading branch information
arshad-yaseen committed Feb 25, 2025
1 parent 1399009 commit 82031de
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.16",
"version": "0.19.17",
"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.16",
"version": "0.19.17",
"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.16",
"version": "0.19.17",
"description": "AI auto-completion plugin for Monaco Editor",
"main": "./build/index.js",
"module": "./build/index.mjs",
Expand Down

0 comments on commit 82031de

Please sign in to comment.