Skip to content

Commit

Permalink
chore(release): 0.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
H3xept committed May 12, 2022
1 parent 2cd2dc0 commit 827e7cb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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.13.2](https://github.com/lifinance/types/compare/v0.13.1...v0.13.2) (2022-05-12)


### Features

* changes to support non EVM chains ([#59](https://github.com/lifinance/types/issues/59)) ([a8ae8a6](https://github.com/lifinance/types/commit/a8ae8a6add9e921e86b4566d9a1464478747b01e))


### Bug Fixes

* updated multicall contract to multicallv2 ([#60](https://github.com/lifinance/types/issues/60)) ([2cd2dc0](https://github.com/lifinance/types/commit/2cd2dc0aa1f2df5d0feed205c2501824ef972f9b))

### [0.13.1](https://github.com/lifinance/types/compare/v0.13.0...v0.13.1) (2022-05-09)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lifinance/types",
"version": "0.13.1",
"version": "0.13.2",
"description": "Types for lifi projects",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 827e7cb

Please sign in to comment.