Skip to content

Commit

Permalink
chore(release): 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
maxklenk committed Jan 11, 2022
1 parent c5b676f commit aa1bf8d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit aa1bf8d

Please sign in to comment.