diff --git a/CHANGELOG.md b/CHANGELOG.md index a1d857ba6..0fbda485a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,18 @@ [1]: https://www.npmjs.com/package/@zapper-fi/studio?activeTab=versions +## [0.5.0](https://github.com/Zapper-fi/studio/compare/v0.4.1...v0.5.0) (2022-04-26) + + +### Features + +* **illuvium:** Extract Illuvium to Studio and fix the staked/claimable amounts ([#273](https://github.com/Zapper-fi/studio/issues/273)) ([3da8a03](https://github.com/Zapper-fi/studio/commit/3da8a033bdd53bbfc6b43362e716fd353bc56952)) + + +### Bug Fixes + +* Resolve conflict in rename of AbstractApp ([#279](https://github.com/Zapper-fi/studio/issues/279)) ([989b3f5](https://github.com/Zapper-fi/studio/commit/989b3f5887d220b63e01a1d35faaac0246c923e1)) + ### [0.4.1](https://github.com/Zapper-fi/studio/compare/v0.4.0...v0.4.1) (2022-04-26) diff --git a/package.json b/package.json index 247c14283..8e7805f32 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@zapper-fi/studio", - "version": "0.4.1", + "version": "0.5.0", "description": "Community build apps for Zapper.fi", "license": "MIT", "main": "dist/lib/index.js",