Skip to content

Commit

Permalink
update version to 2.1.5-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveMieskoski committed Oct 16, 2020
1 parent d5d0798 commit 8a93944
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
### Release v2.1.5-beta.1
- add deep linking
- remove interceptor to transform requests

### Release v2.1.5-beta.1
- add interceptor to transform requests

### Release v2.1.4
- add missing personal_ecRecover method
Expand Down
34 changes: 33 additions & 1 deletion npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@myetherwallet/mewconnect-web-client",
"homepage": "https://github.com/myetherwallet/MEWconnect-web-client",
"version": "2.1.5-beta.1",
"version": "2.1.5-beta.2",
"main": "./dist/index.js",
"module": "./src/index.js",
"scripts": {
Expand All @@ -17,7 +17,7 @@
"lint": "npx eslint --fix 'src/**.js'",
"update:lists": "node src/connectProvider/fetchLists/index.js",
"postinstall": "npm run update:lists",
"prepublishOnly": "npm install && npm run build",
"prepublishOnly": "npm install && npm shrinkwrap && npm run build",
"ci": "npm install && npm run build"
},
"gitHooks": {
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

0 comments on commit 8a93944

Please sign in to comment.