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 30, 2020
1 parent dd9cf6f commit def28de
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 5 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
<a name="v0.21.6-rc"></a>

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

### Bug Fixes

- **injection:** add supportedLocalesOf support for Intl.PluralRules ([#472](https://github.com/sereneblue/chameleon/issues/472))
- **profiles:** update linux profiles
- **util:** improve whitelist rule handling

### Features

- update profiles

<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)
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.5-brightgreen.svg)
![Chameleon version](https://img.shields.io/badge/version-0.21.6-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.5",
"version": "0.21.6",
"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.5.1",
"version_name": "0.21.5",
"version": "0.21.6.1",
"version_name": "0.21.6",
"manifest_version": 2,
"browser_specific_settings": {
"gecko": {
Expand Down

0 comments on commit def28de

Please sign in to comment.