Skip to content

Commit

Permalink
v2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
haoqunjiang committed Oct 7, 2023
1 parent f67d3c7 commit 5ad87f6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"lerna": "2.5.1",
"npmClient": "yarn",
"useWorkspaces": true,
"version": "2.6.0"
"version": "2.6.1"
}
4 changes: 2 additions & 2 deletions packages/launch-editor-middleware/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "launch-editor-middleware",
"version": "2.6.0",
"version": "2.6.1",
"description": "express middleware for launching editor",
"main": "index.js",
"repository": {
Expand All @@ -19,6 +19,6 @@
},
"homepage": "https://github.com/yyx990803/launch-editor#readme",
"dependencies": {
"launch-editor": "^2.6.0"
"launch-editor": "^2.6.1"
}
}
2 changes: 1 addition & 1 deletion packages/launch-editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "launch-editor",
"version": "2.6.0",
"version": "2.6.1",
"description": "launch editor from node.js",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit 5ad87f6

Please sign in to comment.