From f26ed5ac2e3d857f283e8b9c7a735ceaf2d03f6b Mon Sep 17 00:00:00 2001 From: sereneblue Date: Sun, 6 Sep 2020 00:09:05 -0400 Subject: [PATCH] chore: update version --- CHANGELOG.md | 8 ++++++++ README.md | 5 +++-- package-lock.json | 2 +- package.json | 2 +- src/manifest.json | 2 +- 5 files changed, 14 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 270769a7..fe3a93ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ + + +## [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 + ## [v0.21.1-rc](https://github.com/sereneblue/chameleon/compare/v0.21.0-rc...v0.21.1-rc) (2020-08-26) diff --git a/README.md b/README.md index a454a60e..53486e8a 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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 diff --git a/package-lock.json b/package-lock.json index 4587582d..a771f754 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "chameleon-ext", - "version": "0.21.1", + "version": "0.21.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c29a850b..e393a5e2 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/manifest.json b/src/manifest.json index 254ec2d1..efb0455f 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -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": {