Skip to content

Commit

Permalink
chore: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
sereneblue committed Oct 21, 2020
1 parent 399ca17 commit db77391
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 6 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
<a name="v0.21.5-rc"></a>

## [v0.21.5-rc](https://github.com/sereneblue/chameleon/compare/v0.21.4...v0.21.5-rc) (2020-10-20)

### Bug Fixes

- **options:** use existing rule if reload page with site paremeter
- **options:** prevent double submission for rules
- **whitelist:** update id used in context menu event

### Features

- update profiles

<a name="v0.21.4-rc"></a>

## [v0.21.4-rc](https://github.com/sereneblue/chameleon/compare/v0.21.3...v0.21.4-rc) (2020-10-11)
Expand All @@ -6,7 +20,7 @@

- **profiles:** update profiles

<a name="v0.21.3"></a>
<a name="v0.21.3-rc"></a>

## [v0.21.3](https://github.com/sereneblue/chameleon/compare/v0.21.2...v0.21.3) (2020-09-22)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Chameleon

![Chameleon version](https://img.shields.io/badge/version-0.21.4-brightgreen.svg)
![Chameleon version](https://img.shields.io/badge/version-0.21.5-brightgreen.svg)
![GPL v3 License](https://img.shields.io/badge/license-GPL%20v3-blue.svg)
[![Crowdin](https://d322cqt584bo4o.cloudfront.net/chameleon/localized.svg)](https://crowdin.com/project/chameleon)

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chameleon-ext",
"version": "0.21.4",
"version": "0.21.5",
"description": "Spoof your browser profile. Includes a few privacy enhancing options.",
"author": "sereneblue",
"license": "GPLv3",
Expand Down
4 changes: 2 additions & 2 deletions src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "Chameleon",
"description": "__MSG_extDescription__",
"author": "sereneblue",
"version": "0.21.4.1",
"version_name": "0.21.4",
"version": "0.21.5.1",
"version_name": "0.21.5",
"manifest_version": 2,
"browser_specific_settings": {
"gecko": {
Expand Down

0 comments on commit db77391

Please sign in to comment.