Skip to content

Commit

Permalink
docs: update minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
Iogsotot committed Aug 22, 2023
1 parent f6c373d commit 303880e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "JDN",
"description": "JDN – helps Test Automation Engineer to create Page Objects in the test automation framework and speed up test development",
"devtools_page": "index.html",
"version": "3.13.562",
"version": "3.14.0",
"icons": {
"128": "icon128.png"
},
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jdn-ai-chrome-extension",
"version": "3.13.562",
"version": "3.14.0",
"description": "jdn-ai chrome extension",
"scripts": {
"start": "webpack --watch --env devenv",
Expand All @@ -9,6 +9,7 @@
"build": "webpack --mode production",
"build:devenv": "webpack --mode production --env devenv",
"patch": "npx mversion patch",
"minor": "npx mversion minor",
"test": "jest",
"test:watch": "jest --watch",
"lint": "eslint --ext .jsx --ext .tsx --ext .ts --ext .js src/",
Expand Down Expand Up @@ -123,4 +124,4 @@
"webpack": "^5.83.1",
"webpack-cli": "4.9.0"
}
}
}

0 comments on commit 303880e

Please sign in to comment.