From dc0dd5c9a826d1cb85ba498ff0b383f23112a47e Mon Sep 17 00:00:00 2001 From: horihiro Date: Fri, 22 Sep 2023 08:05:45 +0900 Subject: [PATCH 1/2] ready to bump to 0.1.2 --- README.md | 7 +++++++ manifest.json | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6e71efc..d648eb3 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,13 @@ If you can try a development version, the following steps are needed. # Change logs +## [0.1.2](https://github.com/horihiro/TextBlurrer-ChromeExtension/releases/tag/0.1.2) + + - New features + - Add warning on popup for RegExp one character matches + - Bug fixes + - Improve performance + ## [0.1.1](https://github.com/horihiro/TextBlurrer-ChromeExtension/releases/tag/0.1.1) - Bug fixes diff --git a/manifest.json b/manifest.json index 2e961a7..9568036 100644 --- a/manifest.json +++ b/manifest.json @@ -1,8 +1,8 @@ { "manifest_version": 3, "name": "Text Blurrer", - "version": "0.1.1", - "version_name": "0.1.1", + "version": "0.1.2", + "version_name": "0.1.2", "description": "Blurring sensitive specified text/keyword.", "permissions": [ "storage" From a2292bc00dbf8dc1a5fcf2ead28a8dfe62d0c77b Mon Sep 17 00:00:00 2001 From: horihiro Date: Fri, 22 Sep 2023 11:06:35 +0900 Subject: [PATCH 2/2] fix typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d648eb3..2c7c545 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ If you can try a development version, the following steps are needed. - Bug fixes - `Enabled` toggle button behavior -## [0.2.0-alpha](https://github.com/horihiro/TextBlurrer-ChromeExtension/releases/tag/0.0.2) +## [0.0.2-alpha](https://github.com/horihiro/TextBlurrer-ChromeExtension/releases/tag/0.0.2) First release on [Chrome Web Store](https://chrome.google.com/webstore/detail/text-blurrer/mbikojdgkmpjfackcmiliemgmkdkbbcl). @@ -68,6 +68,6 @@ First release on [Chrome Web Store](https://chrome.google.com/webstore/detail/te - `tabs` permission - dependency to jQuery -## [0.1.0-alpha](https://github.com/horihiro/TextBlurrer-ChromeExtension/releases/tag/0.0.1) +## [0.0.1-alpha](https://github.com/horihiro/TextBlurrer-ChromeExtension/releases/tag/0.0.1) First release on GitHub