From 33bb786f9d8c301964bdc8cd612108a69fc63ec6 Mon Sep 17 00:00:00 2001 From: agoralabs-bot Date: Wed, 19 Apr 2023 05:14:27 +0000 Subject: [PATCH] chore(release): 1.1.0-beta.13 # [1.1.0-beta.13](https://github.com/agoralabs-sh/kibisis-web-extension/compare/v1.1.0-beta.12...v1.1.0-beta.13) (2023-04-19) ### Features * fetch assets for accounts ([#14](https://github.com/agoralabs-sh/kibisis-web-extension/issues/14)) ([aaa0cf2](https://github.com/agoralabs-sh/kibisis-web-extension/commit/aaa0cf27d4d89303eb9afbf27413d39b3c95644d)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- src/manifest.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e31094a0..4850022a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.1.0-beta.13](https://github.com/agoralabs-sh/kibisis-web-extension/compare/v1.1.0-beta.12...v1.1.0-beta.13) (2023-04-19) + + +### Features + +* fetch assets for accounts ([#14](https://github.com/agoralabs-sh/kibisis-web-extension/issues/14)) ([aaa0cf2](https://github.com/agoralabs-sh/kibisis-web-extension/commit/aaa0cf27d4d89303eb9afbf27413d39b3c95644d)) + # [1.1.0-beta.12](https://github.com/agoralabs-sh/kibisis-web-extension/compare/v1.1.0-beta.11...v1.1.0-beta.12) (2023-04-13) diff --git a/package.json b/package.json index c1a82ca2..780e1519 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@agoralabs-sh/kibisis-web-extension", - "version": "1.1.0-beta.12", + "version": "1.1.0-beta.13", "description": "An Algorand wallet browser extension to sign data, send transactions and rekey with another account.", "main": "build/main.js", "repository": { diff --git a/src/manifest.json b/src/manifest.json index 376b7be3..6ec0acc9 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Kibisis", - "version": "1.1.0-beta.12", + "version": "1.1.0-beta.13", "description": "An Algorand wallet browser extension to sign data, send transactions and rekey with another account.", "icons": { "48": "icons/icon-48.png",