Skip to content

Commit

Permalink
v2.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
haoqunjiang committed Sep 5, 2024
1 parent 845be78 commit cef701b
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.9.0"
"version": "2.9.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.9.0",
"version": "2.9.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.9.0"
"launch-editor": "^2.9.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.9.0",
"version": "2.9.1",
"description": "launch editor from node.js",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit cef701b

Please sign in to comment.