Skip to content

Commit

Permalink
chore: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
sereneblue committed Jul 21, 2024
1 parent e1cafe2 commit b5c2724
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 5 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
<a name="v0.22.61-rc"></a>

## [v0.22.61-rc](https://github.com/sereneblue/chameleon/compare/v0.22.60...v0.22.61-rc) (2024-07-21)

### Bug Fixes

- whitelist and ip rule editor fixes
- whitelist profile caching
- whitelist profile spoofing ([#494](https://github.com/sereneblue/chameleon/issues/494))
- plugins prototype ([#586](https://github.com/sereneblue/chameleon/issues/586))

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

## [v0.22.60-rc](https://github.com/sereneblue/chameleon/compare/v0.22.59...v0.22.60-rc) (2024-07-15)
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.22.60-brightgreen.svg)
![Chameleon version](https://img.shields.io/badge/version-0.22.61-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.22.60",
"version": "0.22.61",
"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.22.60.1",
"version_name": "0.22.60",
"version": "0.22.61.1",
"version_name": "0.22.61",
"manifest_version": 2,
"browser_specific_settings": {
"gecko": {
Expand Down

0 comments on commit b5c2724

Please sign in to comment.