2021-12-24 01:18:43 +00:00
|
|
|
# Changelog
|
|
|
|
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
|
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
|
|
|
|
|
## [Unreleased]
|
|
|
|
|
2022-01-02 23:06:42 +00:00
|
|
|
## [0.2.0] - 2022-01-03
|
|
|
|
|
|
|
|
### Fixed
|
2022-01-02 22:37:51 +00:00
|
|
|
|
|
|
|
- Upgrades: `ethers@5.4.6`, `ethereum-waffle@3.4.0`,`@usedapp/core@0.5.5` to ensure there are no conflicting version of
|
|
|
|
ethers in the codebase.
|
|
|
|
|
2022-01-02 23:06:42 +00:00
|
|
|
### [0.1.0] - 2021-12-23
|
2021-12-24 01:18:43 +00:00
|
|
|
|
|
|
|
- Initial release.
|
|
|
|
|
2022-01-02 23:06:42 +00:00
|
|
|
[Unreleased]: https://github.com/status-im/js-waku/compare/v0.2.0...HEAD
|
|
|
|
[0.2.0]: https://github.com/status-im/js-waku/compare/v0.1.0...v0.2.0
|
2021-12-24 01:18:43 +00:00
|
|
|
[0.1.0]: https://github.com/status-im/js-waku/compare/bce7cf74f07f673643da6152a707215bdc8369af...v0.1.0
|