Skip to content

Commit b87bbc7

Browse files
authored
chore: bump version to 1.7.0 (#917)
Bump CLI, extension package.json, and extension manifest.json to 1.7.0. Update package-lock.json.
1 parent da86659 commit b87bbc7

File tree

4 files changed

+15
-31
lines changed

4 files changed

+15
-31
lines changed

extension/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 3,
33
"name": "OpenCLI",
4-
"version": "1.6.10",
4+
"version": "1.7.0",
55
"description": "Browser automation bridge for the OpenCLI CLI tool. Executes commands in isolated Chrome windows via a local daemon.",
66
"permissions": [
77
"debugger",

extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opencli-extension",
3-
"version": "1.6.10",
3+
"version": "1.7.0",
44
"private": true,
55
"type": "module",
66
"scripts": {

package-lock.json

Lines changed: 12 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jackwener/opencli",
3-
"version": "1.6.10",
3+
"version": "1.7.0",
44
"publishConfig": {
55
"access": "public"
66
},

0 commit comments

Comments
 (0)