chore: release @waku/message-encryption@0.0.7

This commit is contained in:
fryorcraken.eth 2022-12-19 16:56:40 +11:00
parent b060e88c27
commit 1f003e7691
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
3 changed files with 11 additions and 5 deletions

2
package-lock.json generated
View File

@ -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",

View File

@ -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

View File

@ -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",