Skip to content

Commit

Permalink
chore: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
sereneblue committed Sep 6, 2020
1 parent 1085a80 commit f26ed5a
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
<a name="v0.21.2-rc1"></a>

## [v0.21.2-rc1](https://github.com/sereneblue/chameleon/compare/v0.21.2-rc...v0.21.2-rc1) (2020-09-05)

### Bug Fixes

- **import settings:** add validation for css exfil setting

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

## [v0.21.1-rc](https://github.com/sereneblue/chameleon/compare/v0.21.0-rc...v0.21.1-rc) (2020-08-26)
Expand Down
5 changes: 3 additions & 2 deletions 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.1-brightgreen.svg)
![Chameleon version](https://img.shields.io/badge/version-0.21.2-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 Expand Up @@ -74,7 +74,8 @@ Don't know where to start? Check out the [wiki](https://sereneblue.github.io/cha

## Credits

dillbyrne for creating [Random Agent Spoofer](https://github.com/dillbyrne/random-agent-spoofer)
[dillbyrne](https://github.com/dillbyrne) for creating [Random Agent Spoofer](https://github.com/dillbyrne/random-agent-spoofer)
[Mike Gualtieri](https://github.com/mlgualtieri) for the [CSS Exfil](https://github.com/mlgualtieri/CSS-Exfil-Protection) code.

## Special Thanks

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.1",
"version": "0.21.2",
"description": "Spoof your browser profile. Includes a few privacy enhancing options.",
"author": "sereneblue",
"license": "GPLv3",
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Chameleon",
"description": "__MSG_extDescription__",
"author": "sereneblue",
"version": "0.21.1.1",
"version": "0.21.2.2",
"version_name": "0.21.1",
"manifest_version": 2,
"browser_specific_settings": {
Expand Down

0 comments on commit f26ed5a

Please sign in to comment.