diff --git a/changelog.md b/changelog.md index 6af690b0..054e8cd7 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,12 @@ ## Released +### [v2.0.13.9] - 2021-09-06 + +#### Fixed + +- Twitterの仕様変更に対応 [9640581](https://github.com/Robot-Inventor/spam-tweets-compressor/commit/9640581a2b3c016b3f8a6bfafe82045b75236680) + ### [v2.0.12.8] - 2021-02-13 #### Added @@ -9,12 +15,12 @@ - browser actionのタブ切り替えにトランジションを追加 [#383](https://github.com/Robot-Inventor/spam-tweets-compressor/issues/383) - browser actionのチェックボックスの右にマージンを追加 [#607](https://github.com/Robot-Inventor/spam-tweets-compressor/issues/607) - 設定のインポート機能を実装 [#23](https://github.com/Robot-Inventor/spam-tweets-compressor/issues/23) -- 設定のエクスポート時に名前をつけて保存できるように [#$1](https://github.com/Robot-Inventor/spam-tweets-compressor/issues/$1) +- 設定のエクスポート時に名前をつけて保存できるように [#610](https://github.com/Robot-Inventor/spam-tweets-compressor/issues/$610) - 設定ファイルのドラッグアンドドロップに対応 [#641](https://github.com/Robot-Inventor/spam-tweets-compressor/issues/641) #### Fixed -- ツールチップの配色を改善#622 +- ツールチップの配色を改善 [#622](https://github.com/Robot-Inventor/spam-tweets-compressor/issues/622) - node-forgeの脆弱性修正 [#684](https://github.com/Robot-Inventor/spam-tweets-compressor/issues/684) - NGワードが正規化されていないバグを修正 [#685](https://github.com/Robot-Inventor/spam-tweets-compressor/issues/685) diff --git a/manifest.json b/manifest.json index 2ba1e5d6..b6e7b30c 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "Spam Tweets Compressor", "short_name": "ST Compressor", - "version": "2.0.12.8", + "version": "2.0.13.9", "description": "__MSG_manifest_description__", "icons": { "16": "image/icon16.png", diff --git a/package.json b/package.json index efea8406..0f7b67d4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "spam-tweets-compressor", - "version": "2.0.8", + "version": "2.0.9", "description": "A browser extension which compresses spam Tweets.", "main": "main.js", "scripts": { @@ -81,4 +81,4 @@ "webpack": "5.74.0", "webpack-cli": "4.10.0" } -} +} \ No newline at end of file