Skip to content

Commit

Permalink
🔖 v3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JichouP committed Jul 25, 2022
1 parent f06e745 commit a4e8e61
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com),
and this project adheres to [Semantic Versioning](https://semver.org).

## [3.1.1] - 2022-07-25

- [全環境] `p` で選択したメッセージのスタンプピッカーを開くように修正 [#79](https://github.com/JichouP/Better-traQ/issues/79)

## [3.1.0] - 2022-05-06

### Added
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "better-traq",
"version": "3.1.0",
"version": "3.1.1",
"description": "An Extension that Makes traQ Useful",
"main": "index.js",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions updates.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
"addons": {
"@bettertraq": {
"updates": [
{
"version": "3.1.1",
"update_link": "https://github.com/JichouP/Better-traQ/releases/download/v3.1.1/traQ-firefox-3.1.1.xpi"
},
{
"version": "3.1.0",
"update_link": "https://github.com/JichouP/Better-traQ/releases/download/v3.1.0/traQ-firefox-3.1.0.xpi"
Expand All @@ -18,6 +22,10 @@
},
"@betterextraq": {
"updates": [
{
"version": "3.1.1",
"update_link": "https://github.com/JichouP/Better-traQ/releases/download/v3.1.1/ex-traQ-firefox-3.1.1.xpi"
},
{
"version": "3.1.0",
"update_link": "https://github.com/JichouP/Better-traQ/releases/download/v3.1.0/ex-traQ-firefox-3.1.0.xpi"
Expand Down

0 comments on commit a4e8e61

Please sign in to comment.