chore: release @waku/enr@0.0.5

This commit is contained in:
fryorcraken.eth 2023-01-25 15:22:06 +11:00
parent 6969131346
commit f356ac56fc
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
3 changed files with 10 additions and 3 deletions

2
package-lock.json generated
View File

@ -26488,7 +26488,7 @@
},
"packages/enr": {
"name": "@waku/enr",
"version": "0.0.4",
"version": "0.0.5",
"license": "MIT OR Apache-2.0",
"dependencies": {
"@ethersproject/rlp": "^5.5.0",

View File

@ -7,11 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.0.5] - 2023-01-25
### Fixed
- Moved `chai` to `devDependencies`.
## [0.0.4] - 2023-01-18
### Fixed
- Dependencies.
[unreleased]: https://github.com/waku-org/js-waku/compare/@waku/enr@0.0.4...HEAD
[unreleased]: https://github.com/waku-org/js-waku/compare/@waku/enr@0.0.5...HEAD
[0.0.5]: https://github.com/status-im/js-waku/compare/@waku/enr@0.0.4...@waku/enr@0.0.5
[0.0.4]: https://github.com/status-im/js-waku/compare/f7f28f03b01fa5bc89eaeb083b68981169b45c39...@waku/enr@0.0.4

View File

@ -1,6 +1,6 @@
{
"name": "@waku/enr",
"version": "0.0.4",
"version": "0.0.5",
"description": "ENR (EIP-778) for Waku",
"types": "./dist/index.d.ts",
"module": "./dist/index.js",