From aa1bf8d615fb23d50cbd417dcd04400cbeb7c11f Mon Sep 17 00:00:00 2001 From: Max Klenk Date: Tue, 11 Jan 2022 16:18:06 +0100 Subject: [PATCH] chore(release): 0.3.4 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..98e13048 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,11 @@ +# Changelog + +All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +### [0.3.4](https://github.com/lifinance/sdk/compare/v0.3.3...v0.3.4) (2022-01-11) + + +### Bug Fixes + +* **nxtp:** handle cancelled transfers ([#18](https://github.com/lifinance/sdk/issues/18)) ([02cd6de](https://github.com/lifinance/sdk/commit/02cd6deb499e5b6b08ee111dcefe2ebda81da548)) +* **scripts:** make install script OS agnostic ([6792a8f](https://github.com/lifinance/sdk/commit/6792a8fceb4246ed77b18ef58481fa56a6bca92c)) diff --git a/package.json b/package.json index f09f329f..1a924cde 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lifinance/sdk", - "version": "0.3.3", + "version": "0.3.4", "description": "LiFi Any-to-Any Cross-Chain-Swap SDK", "main": "./dist/index.js", "types": "./dist/index.d.ts",