diff --git a/.changes/fix-import-and-installation.md b/.changes/fix-import-and-installation.md deleted file mode 100644 index 65e646565..000000000 --- a/.changes/fix-import-and-installation.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"nodejs-binding": minor ---- - -Fix import and installation + example in readme. diff --git a/bindings/nodejs/CHANGELOG.md b/bindings/nodejs/CHANGELOG.md index 59435d472..d38a9c61b 100644 --- a/bindings/nodejs/CHANGELOG.md +++ b/bindings/nodejs/CHANGELOG.md @@ -1,6 +1,11 @@ # Changelog -## [0.1.0] +## \[0.2.0] -- Added optional gapLimit to getBalance. - - [cf1405e5](https://github.com/iotaledger/iota.rs/commit/cf1405e54383d71fac84c421b1b945cbe4959259) add gap_limit to GetBalanceBuilder ([#427](https://github.com/iotaledger/iota.rs/pull/427)) on 2021-03-18 +- Fix import and installation + example in readme. + - [5c96ab33](https://github.com/iotaledger/iota.rs/commit/5c96ab3379d992343c11ba3d7ae35ecaa22b4a0a) Fix import and installation + example in readme. ([#431](https://github.com/iotaledger/iota.rs/pull/431)) on 2021-03-18 + +## \[0.1.0] + +- Added optional gapLimit to getBalance. + - [cf1405e5](https://github.com/iotaledger/iota.rs/commit/cf1405e54383d71fac84c421b1b945cbe4959259) add gap_limit to GetBalanceBuilder ([#427](https://github.com/iotaledger/iota.rs/pull/427)) on 2021-03-18 diff --git a/bindings/nodejs/package.json b/bindings/nodejs/package.json index 98147a9f2..7fc7429ed 100644 --- a/bindings/nodejs/package.json +++ b/bindings/nodejs/package.json @@ -1,6 +1,6 @@ { "name": "@iota/client", - "version": "0.1.0", + "version": "0.2.0", "description": "Node.js binding to the client library", "main": "lib/index.js", "repository": {