Skip to content

Commit

Permalink
Merge pull request #13 from horihiro/bump-0.1.2
Browse files Browse the repository at this point in the history
Bump 0.1.2
  • Loading branch information
horihiro authored Sep 22, 2023
2 parents 8a06bc1 + a2292bc commit e062360
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -48,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).

Expand All @@ -61,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
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit e062360

Please sign in to comment.