Skip to content

Commit 599e722

Browse files
committed
chore: 👷 fix changelog and update version
1 parent 23a0cbc commit 599e722

File tree

4 files changed

+15
-12
lines changed

4 files changed

+15
-12
lines changed

CHANGELOG.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,24 @@
1+
### Release v6.3.0
2+
13
### devop
24

3-
* * refactor trezor wallet into own component [#3481](https://github.com/MyEtherWallet/MyEtherWallet/pull/3481)
4-
* * migrate addressBook store [#3514](https://github.com/MyEtherWallet/MyEtherWallet/pull/3514)
5+
* refactor trezor wallet into own component [#3481](https://github.com/MyEtherWallet/MyEtherWallet/pull/3481)
6+
* migrate addressBook store [#3514](https://github.com/MyEtherWallet/MyEtherWallet/pull/3514)
57

68
### feat
79

810
* eip 1559 support [#3351](https://github.com/MyEtherWallet/MyEtherWallet/pull/3351)
911

1012
### fix
1113

12-
* * fix add in ledger errors back [#3488](https://github.com/MyEtherWallet/MyEtherWallet/pull/3488)
13-
* * add in check for swap [#3490](https://github.com/MyEtherWallet/MyEtherWallet/pull/3490)
14-
* * reset token amount when switching tokens on send [#3501](https://github.com/MyEtherWallet/MyEtherWallet/pull/3501)
15-
* * fix error handling and formatting for custom token [#3503](https://github.com/MyEtherWallet/MyEtherWallet/pull/3503)
16-
* * decimal swap undefined error [#3504](https://github.com/MyEtherWallet/MyEtherWallet/pull/3504)
17-
* * fix add in more ledger error handling [#3507](https://github.com/MyEtherWallet/MyEtherWallet/pull/3507)
14+
* fix add in ledger errors back [#3488](https://github.com/MyEtherWallet/MyEtherWallet/pull/3488)
15+
* add in check for swap [#3490](https://github.com/MyEtherWallet/MyEtherWallet/pull/3490)
16+
* reset token amount when switching tokens on send [#3501](https://github.com/MyEtherWallet/MyEtherWallet/pull/3501)
17+
* fix error handling and formatting for custom token [#3503](https://github.com/MyEtherWallet/MyEtherWallet/pull/3503)
18+
* decimal swap undefined error [#3504](https://github.com/MyEtherWallet/MyEtherWallet/pull/3504)
19+
* fix add in more ledger error handling [#3507](https://github.com/MyEtherWallet/MyEtherWallet/pull/3507)
1820
* fix amount undefined [#3511](https://github.com/MyEtherWallet/MyEtherWallet/pull/3511)
19-
* * add in links for mew mobile or web [#3513](https://github.com/MyEtherWallet/MyEtherWallet/pull/3513)
21+
* add in links for mew mobile or web [#3513](https://github.com/MyEtherWallet/MyEtherWallet/pull/3513)
2022
* fix balance display [#3515](https://github.com/MyEtherWallet/MyEtherWallet/pull/3515)
2123

2224
### Release v6.2.1

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ MyEtherWallet is a doorway to the Ethereum blockchain, allowing users to manage
2727
* [Website: https://www.myetherwallet.com/](https://www.myetherwallet.com/)
2828
* MEW Wallet:
2929
* [IOS App](https://apps.apple.com/us/app/mew-wallet-ethereum-and-defi/id1464614025)
30-
* [Android App](https://play.google.com/store/apps/details?id=com.myetherwallet.mewwallet\&hl=en\_US\&gl=US)
30+
* [Android App](https://play.google.com/store/apps/details?id=com.myetherwallet.mewwallet\&hl=en_US\&gl=US)
3131
* [EthVM Blockchain explorer](https://www.ethvm.com/)
3232
* [MEW CX: https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm)
3333
* [MEW Team](https://team.myetherwallet.com/)

commitlint.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ module.exports = {
2020
'lint',
2121
'test',
2222
'translation',
23-
'sentry'
23+
'sentry',
24+
'release'
2425
]
2526
]
2627
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "myetherwallet",
3-
"version": "6.2.1",
3+
"version": "6.3.0",
44
"description": "Client side ethereum wallet",
55
"scripts": {
66
"build:offline": "WEBPACK_INTEGRITY=false npm run build:hash",

0 commit comments

Comments
 (0)