mirror of https://github.com/waku-org/js-waku.git
chore: release @waku/create@0.0.5
This commit is contained in:
parent
c4647d58c6
commit
b828903ef0
|
@ -27192,7 +27192,7 @@
|
||||||
},
|
},
|
||||||
"packages/create": {
|
"packages/create": {
|
||||||
"name": "@waku/create",
|
"name": "@waku/create",
|
||||||
"version": "0.0.4",
|
"version": "0.0.5",
|
||||||
"license": "MIT OR Apache-2.0",
|
"license": "MIT OR Apache-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@chainsafe/libp2p-noise": "^10.1.0",
|
"@chainsafe/libp2p-noise": "^10.1.0",
|
||||||
|
|
|
@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.0.5] - 2022-12-15
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Renamed `createPrivacyNode` to `createRelayNode`.
|
- Renamed `createPrivacyNode` to `createRelayNode`.
|
||||||
|
@ -17,7 +19,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
- Alpha version of `@waku/create`.
|
- Alpha version of `@waku/create`.
|
||||||
|
|
||||||
[unreleased]: https://github.com/waku-org/js-waku/compare/@waku/create@0.0.4...HEAD
|
[unreleased]: https://github.com/waku-org/js-waku/compare/@waku/create@0.0.5...HEAD
|
||||||
|
[0.0.5]: https://github.com/waku-org/js-waku/compare/@waku/create@0.0.4...@waku/create@0.0.5
|
||||||
[0.0.4]: https://github.com/waku-org/js-waku/compare/@waku/create@0.0.3...@waku/create@0.0.4
|
[0.0.4]: https://github.com/waku-org/js-waku/compare/@waku/create@0.0.3...@waku/create@0.0.4
|
||||||
[0.0.3]: https://github.com/waku-org/js-waku/compare/@waku/create@0.0.2...%40waku/create@0.0.3
|
[0.0.3]: https://github.com/waku-org/js-waku/compare/@waku/create@0.0.2...%40waku/create@0.0.3
|
||||||
[0.0.2]: https://github.com/waku-org/js-waku/compare/@waku/create@0.0.1...%40waku/create@0.0.2
|
[0.0.2]: https://github.com/waku-org/js-waku/compare/@waku/create@0.0.1...%40waku/create@0.0.2
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@waku/create",
|
"name": "@waku/create",
|
||||||
"version": "0.0.4",
|
"version": "0.0.5",
|
||||||
"description": "Easily create a Waku node",
|
"description": "Easily create a Waku node",
|
||||||
"types": "./dist/index.d.ts",
|
"types": "./dist/index.d.ts",
|
||||||
"module": "./dist/index.js",
|
"module": "./dist/index.js",
|
||||||
|
|
Loading…
Reference in New Issue