mirror of https://github.com/waku-org/js-waku.git
chore: release @waku/enr@0.0.4
This commit is contained in:
parent
2b1e3ad602
commit
15a852af57
|
@ -27582,7 +27582,7 @@
|
|||
},
|
||||
"packages/enr": {
|
||||
"name": "@waku/enr",
|
||||
"version": "0.0.3",
|
||||
"version": "0.0.4",
|
||||
"license": "MIT OR Apache-2.0",
|
||||
"dependencies": {
|
||||
"@ethersproject/rlp": "^5.5.0",
|
||||
|
|
|
@ -0,0 +1,17 @@
|
|||
# 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]
|
||||
|
||||
## [0.0.4] - 2023-01-18
|
||||
|
||||
### Fixed
|
||||
|
||||
- Dependencies.
|
||||
|
||||
[unreleased]: https://github.com/waku-org/js-waku/compare/@waku/enr@0.0.4...HEAD
|
||||
[0.0.4]: https://github.com/status-im/js-waku/compare/f7f28f03b01fa5bc89eaeb083b68981169b45c39...@waku/enr@0.0.4
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@waku/enr",
|
||||
"version": "0.0.3",
|
||||
"version": "0.0.4",
|
||||
"description": "ENR (EIP-778) for Waku",
|
||||
"types": "./dist/index.d.ts",
|
||||
"module": "./dist/index.js",
|
||||
|
|
Loading…
Reference in New Issue