From ba0553e78c9227c0b60af1c16ce31457a254a79b Mon Sep 17 00:00:00 2001 From: Matt Luongo Date: Wed, 26 Jan 2022 15:29:47 -0500 Subject: [PATCH] v0.11.0 --- .github/ISSUE_TEMPLATE/BUG.yml | 12 ++++-------- manifest/manifest.json | 2 +- package.json | 2 +- 3 files changed, 6 insertions(+), 10 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/BUG.yml b/.github/ISSUE_TEMPLATE/BUG.yml index 076a6e8c77..365183a922 100644 --- a/.github/ISSUE_TEMPLATE/BUG.yml +++ b/.github/ISSUE_TEMPLATE/BUG.yml @@ -1,24 +1,19 @@ name: Bug Report description: File a bug report title: "Please include an informative title that describes the bug!" -labels: ["🐛 bug", "👩‍⚕️ triage"] +labels: ["\U0001F41B bug", "\U0001F469‍⚕️ triage"] assignees: ["mr-michael"] body: - type: markdown attributes: value: >- - Thanks for taking the time to fill out this bug report! Note that bug - reports should start [in Discord](https://discord.gg/wn3KDAF5eU). Please - file them as issues only when suggested by a moderator so that issues - can be kept organized. + Thanks for taking the time to fill out this bug report! Note that bug reports should start [in Discord](https://discord.gg/wn3KDAF5eU). Please file them as issues only when suggested by a moderator so that issues can be kept organized. - type: input id: discord-link attributes: label: Discord Discussion Link description: >- - The link to where this issue was discussed in Discord, either the - starting message or the moderator message suggesting that an issue be - posted. + The link to where this issue was discussed in Discord, either the starting message or the moderator message suggesting that an issue be posted. placeholder: https://discord.com/channels/.../.../... validations: required: false @@ -55,6 +50,7 @@ body: label: Version description: What version of the extension are you running? options: + - Community Edition v0.11.0 - Community Edition v0.10.2 - Community Edition v0.10.1 - Community Edition v0.10.0 diff --git a/manifest/manifest.json b/manifest/manifest.json index 5a82ed803a..e1d76d9147 100644 --- a/manifest/manifest.json +++ b/manifest/manifest.json @@ -1,6 +1,6 @@ { "name": "Tally", - "version": "0.10.2", + "version": "0.11.0", "description": "The community owned and operated Web3 wallet.", "homepage_url": "https://tally.cash", "author": "https://tally.cash", diff --git a/package.json b/package.json index 8852a82751..38c573f3d5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@tallyho/tally-extension", "private": true, - "version": "0.10.2", + "version": "0.11.0", "description": "Tally, the community owned and operated Web3 wallet.", "main": "index.js", "repository": "git@github.com:thesis/tally-extension.git",