From 9b1c58acfbd7077af393fa4a0c83e67e1d3f4456 Mon Sep 17 00:00:00 2001 From: zapper-bot <92882759+zapper-bot@users.noreply.github.com> Date: Mon, 25 Apr 2022 11:12:41 -0400 Subject: [PATCH] chore(main): release 0.3.1 (#253) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dce41a4ed..e76146f74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ * Use release-please in favor of semantic-release ([#221](https://github.com/Zapper-fi/studio/issues/221)) ([aa25404](https://github.com/Zapper-fi/studio/commit/aa25404564f7438fef5d88ef45e1834d5fd50aa0)) +### [0.3.1](https://github.com/Zapper-fi/studio/compare/v0.3.0...v0.3.1) (2022-04-25) + + +### Bug Fixes + +* Create index files for Uniswap V2 and Olympus modules ([#255](https://github.com/Zapper-fi/studio/issues/255)) ([dfb00ce](https://github.com/Zapper-fi/studio/commit/dfb00cea82c3c5bf63e6e9e2c779d24243bae8db)) +* init cache earlier to prevent infinite loop ([#252](https://github.com/Zapper-fi/studio/issues/252)) ([a2f1152](https://github.com/Zapper-fi/studio/commit/a2f115207e3e70a8275275943e2a1b6e4be753a2)) + ## [0.3.0](https://github.com/Zapper-fi/studio/compare/v0.2.5...v0.3.0) (2022-04-25) diff --git a/package.json b/package.json index f840dae50..58f8fe4d7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@zapper-fi/studio", - "version": "0.3.0", + "version": "0.3.1", "description": "Community build apps for Zapper.fi", "license": "MIT", "main": "dist/lib/index.js",