From 4f8e2227734e4030357c75380df553e0460781bc Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 12 Jul 2022 17:06:37 +0000 Subject: [PATCH] =?UTF-8?q?chore(release):=20=F0=9F=A4=96=201.1.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.1.2](https://github.com/Psychedelic/nft-marketplace-fe/compare/v1.1.1...v1.1.2) (2022-07-12) ### Bug Fixes * 🐛 rename kyasshu start script cap canister name ([a4c6f0d](https://github.com/Psychedelic/nft-marketplace-fe/commit/a4c6f0d32d12b1bc471a4d9dadf210da1c301b55)) * 🐛 show top offers and make offer action buttons in NFT details page ([#445](https://github.com/Psychedelic/nft-marketplace-fe/issues/445)) ([d2a1438](https://github.com/Psychedelic/nft-marketplace-fe/commit/d2a14388a32b118d730dfc6c5f21b8ba58e74109)) * 🐛 start script cap router name ([#442](https://github.com/Psychedelic/nft-marketplace-fe/issues/442)) ([5265d7f](https://github.com/Psychedelic/nft-marketplace-fe/commit/5265d7ffec286d51dc94a84a7635e1657267e97f)) --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc3cc869..4d316acb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.1.2](https://github.com/Psychedelic/nft-marketplace-fe/compare/v1.1.1...v1.1.2) (2022-07-12) + + +### Bug Fixes + +* 🐛 rename kyasshu start script cap canister name ([a4c6f0d](https://github.com/Psychedelic/nft-marketplace-fe/commit/a4c6f0d32d12b1bc471a4d9dadf210da1c301b55)) +* 🐛 show top offers and make offer action buttons in NFT details page ([#445](https://github.com/Psychedelic/nft-marketplace-fe/issues/445)) ([d2a1438](https://github.com/Psychedelic/nft-marketplace-fe/commit/d2a14388a32b118d730dfc6c5f21b8ba58e74109)) +* 🐛 start script cap router name ([#442](https://github.com/Psychedelic/nft-marketplace-fe/issues/442)) ([5265d7f](https://github.com/Psychedelic/nft-marketplace-fe/commit/5265d7ffec286d51dc94a84a7635e1657267e97f)) + ## [1.1.1](https://github.com/Psychedelic/nft-marketplace-fe/compare/v1.1.0...v1.1.1) (2022-07-08) diff --git a/package.json b/package.json index 8b16fc3e..7ad6050f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nft-marketplace-fe", - "version": "1.1.1", + "version": "1.1.2", "private": true, "dependencies": { "@dfinity/agent": "0.10.1",