mirror of https://github.com/waku-org/js-waku.git
Fix changelog
This commit is contained in:
parent
7a9b3bdb5a
commit
7b7ff78c7f
|
@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Replaced `secp256k1` and hence `elliptic` dependencies with `@noble/secp256k1`,
|
||||||
|
reducing package size, number of dependency and removing need for `crypto-browserify` polyfill.
|
||||||
|
|
||||||
## [0.21.0] - 2022-05-5
|
## [0.21.0] - 2022-05-5
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
@ -16,8 +21,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Prefer the use of `BigInt` over integer literal (`n` postfix) to facilitate the use of a polyfill.
|
- Prefer the use of `BigInt` over integer literal (`n` postfix) to facilitate the use of a polyfill.
|
||||||
- Replaced `secp256k1` and hence `elliptic` dependencies with `@noble/secp256k1`,
|
|
||||||
reducing package size, number of dependency and removing need for `crypto-browserify` polyfill.
|
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue