From 7ab81f19bfa9fb831513c796bb85d15be0510822 Mon Sep 17 00:00:00 2001 From: Rhys Bartels-Waller Date: Tue, 27 Jul 2021 02:29:32 +1000 Subject: [PATCH] chore: bump version, update changelog --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ea9be46..64c3137f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ Changelog ========= +## 1.6.0 + +### Compatible with: + +- [`cardano-graphql`: `5.0.0`](https://github.com/input-output-hk/cardano-graphql/releases/tag/5.0.0) + +### Features +- Use `Asset.decimals` to present token qty with the correct factor ([86bf4fd](https://github.com/input-output-hk/cardano-explorer-app/commit/86bf4fd5b64d53d28dec61306eb19ab7cfb507a9)) + +### Fixes +- tooltip position on small screen size ([213f5c3](https://github.com/input-output-hk/cardano-explorer-app/commit/213f5c316d6195f6dd714630a8906f530abe4119)) + ## 1.5.0 ### Compatible with: diff --git a/package.json b/package.json index 6d8a63d5..d3c86de1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cardano-explorer-app", - "version": "1.5.0", + "version": "1.6.0", "description": "Cardano Explorer App", "author": "Daedalus Team @ Input Output HK", "license": "Apache-2.0",