chore: release master (#265)

This commit is contained in:
fluencebot
2023-02-16 19:35:10 +02:00
committed by GitHub
parent a899a531fd
commit 40c881be5c
3 changed files with 9 additions and 2 deletions

View File

@ -6,6 +6,13 @@
* dependencies
* @fluencelabs/js-peer bumped from 0.8.1 to 0.8.2
## [0.6.4](https://github.com/fluencelabs/js-client/compare/js-client.node-v0.6.3...js-client.node-v0.6.4) (2023-02-16)
### Bug Fixes
* Add .npmignore to js-client.node ([#264](https://github.com/fluencelabs/js-client/issues/264)) ([a899a53](https://github.com/fluencelabs/js-client/commit/a899a531fdfd855268ba47170ace9e281b53f0fd))
## [0.6.3](https://github.com/fluencelabs/js-client/compare/js-client.node-v0.6.2...js-client.node-v0.6.3) (2023-02-16)

View File

@ -1,6 +1,6 @@
{
"name": "@fluencelabs/js-client.node",
"version": "0.6.3",
"version": "0.6.4",
"description": "TypeScript implementation of Fluence Peer",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",