diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b7a9e56..56546ac6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 6b2b88ce..4f1776a4 100644 --- a/package.json +++ b/package.json @@ -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",