mirror of https://github.com/embarklabs/embark.git
docs: add CHANGELOG.md entry for v4.2.0 into master
The release of v4.2.0 was done from the `4.2.x` branch, so it's necessary to add it manually.
This commit is contained in:
parent
09e2dbe49d
commit
dc0923b3a9
20
CHANGELOG.md
20
CHANGELOG.md
|
@ -15,6 +15,26 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|||
|
||||
|
||||
|
||||
# [4.2.0](https://github.com/embark-framework/embark/compare/v4.1.1...v4.2.0) (2019-12-18)
|
||||
|
||||
|
||||
### Build System
|
||||
|
||||
* **deps:** bump web3[-*] from 1.2.1 to 1.2.4 ([e7ed552](https://github.com/embark-framework/embark/commit/e7ed552))
|
||||
|
||||
|
||||
### BREAKING CHANGES
|
||||
|
||||
* **deps:** bump embark's minimum supported version of geth from
|
||||
`>=1.8.14` to `>=1.9.0` and its minimum supported version of parity from
|
||||
`>=2.0.0` to `>=2.2.1`. This is necessary since web3 1.2.4 makes use of the
|
||||
`eth_chainId` RPC method (EIP 695) and those client versions are the earliest
|
||||
ones to implement it.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.0.0-alpha.7](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.6...v5.0.0-alpha.7) (2019-12-18)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue