From 9f480a2941cc6ff4e7525488cfa4df70d17e20a6 Mon Sep 17 00:00:00 2001 From: zapper-bot <92882759+zapper-bot@users.noreply.github.com> Date: Mon, 25 Apr 2022 11:49:36 -0400 Subject: [PATCH] chore(main): release 0.3.2 (#259) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e76146f74..0f08c6802 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ * 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.2](https://github.com/Zapper-fi/studio/compare/v0.3.1...v0.3.2) (2022-04-25) + + +### Bug Fixes + +* **olympus:** Add V1 bond depository contract ([#258](https://github.com/Zapper-fi/studio/issues/258)) ([44ba840](https://github.com/Zapper-fi/studio/commit/44ba840bbcc043248761d73f0ef78e25ed19e7ac)) + ### [0.3.1](https://github.com/Zapper-fi/studio/compare/v0.3.0...v0.3.1) (2022-04-25) diff --git a/package.json b/package.json index 58f8fe4d7..ea47ef24d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@zapper-fi/studio", - "version": "0.3.1", + "version": "0.3.2", "description": "Community build apps for Zapper.fi", "license": "MIT", "main": "dist/lib/index.js",