Skip to content

Commit

Permalink
release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dstekanov committed May 28, 2020
1 parent adf1e01 commit 707e0df
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## v1.0.0
- Release public version

## v0.1.3
- Polish package.json -- thanks to Boris Osipov <[email protected]> for PR #2
- add .gitattributes to handle line-endings
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "selenide-for-selenium-ide",
"version": "0.1.3",
"version": "1.0.0",
"description": "A Selenium IDE plugin to export to Selenide code",
"author": "Dmytro Stekanov <[email protected]>",
"repository": {
Expand All @@ -16,7 +16,7 @@
"test": "jest",
"lint": "eslint webpack.config.babel.js src/ --ext .js --ext .jsx",
"version": "node scripts/version.js && git add src/manifest.json",
"release-prep": "yarn && yarn test && yarn build && yarn lint",
"release-prep": "yarn && yarn test && yarn build:prod && yarn lint",
"release:firefox": "cd build && web-ext-submit",
"release:chrome": "cd build && webstore upload --auto-publish",
"postpublish": "yarn build:prod && npx ./scripts/gh-release.js"
Expand Down
4 changes: 2 additions & 2 deletions src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"description": "Selenide code-export plugin for Selenium IDE",
"manifest_version": 2,
"name": "Selenide for Selenium IDE",
"version": "0.1.3",
"version_name": "0.1.3",
"version": "1.0.0",
"version_name": "1.0.0",
"homepage_url": "https://github.com/selenide/selenide-for-selenium-ide",
"permissions": [],
"content_security_policy": "script-src 'self'; object-src 'self'",
Expand Down

0 comments on commit 707e0df

Please sign in to comment.