mirror of https://github.com/status-im/js-waku.git
chore: release @waku/message-encryption@0.0.7
This commit is contained in:
parent
b060e88c27
commit
1f003e7691
|
@ -27390,7 +27390,7 @@
|
|||
},
|
||||
"packages/message-encryption": {
|
||||
"name": "@waku/message-encryption",
|
||||
"version": "0.0.6",
|
||||
"version": "0.0.7",
|
||||
"license": "MIT OR Apache-2.0",
|
||||
"dependencies": {
|
||||
"@noble/secp256k1": "^1.3.4",
|
||||
|
|
|
@ -7,12 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.0.5] - 2022-12-16
|
||||
## [0.0.7] - 2022-12-19
|
||||
|
||||
### Fixed
|
||||
|
||||
- Incorrect `proto` import.
|
||||
|
||||
## [0.0.6] - 2022-12-16
|
||||
|
||||
### Fixed
|
||||
|
||||
- Type resolution when using `moduleResolution: node`.
|
||||
- Incorrect `proto` import.
|
||||
|
||||
## [0.0.5] - 2022-12-15
|
||||
|
||||
|
@ -35,7 +40,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
- Alpha version of `@waku/message-encryption`.
|
||||
|
||||
[unreleased]: https://github.com/waku-org/js-waku/compare/@waku/message-encryption@0.0.6...HEAD
|
||||
[unreleased]: https://github.com/waku-org/js-waku/compare/@waku/message-encryption@0.0.7...HEAD
|
||||
[0.0.7]: https://github.com/waku-org/js-waku/compare/@waku/message-encryption@0.0.6...@waku/message-encryption@0.0.7
|
||||
[0.0.6]: https://github.com/waku-org/js-waku/compare/@waku/message-encryption@0.0.5...@waku/message-encryption@0.0.6
|
||||
[0.0.5]: https://github.com/waku-org/js-waku/compare/@waku/message-encryption@0.0.4...@waku/message-encryption@0.0.5
|
||||
[0.0.4]: https://github.com/waku-org/js-waku/compare/@waku/message-encryption@0.0.3...@waku/message-encryption@0.0.4
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@waku/message-encryption",
|
||||
"version": "0.0.6",
|
||||
"version": "0.0.7",
|
||||
"description": "Waku Message Payload Encryption",
|
||||
"types": "./dist/index.d.ts",
|
||||
"module": "./dist/index.js",
|
||||
|
|
Loading…
Reference in New Issue