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 8, 2024
1 parent c744ff6 commit 7ad2254
Show file tree
Hide file tree
Showing 5 changed files with 13 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.22.65-rc"></a>

## [v0.22.65-rc](https://github.com/sereneblue/chameleon/compare/v0.22.64-rc...v0.22.65-rc) (2024-09-07)

### Bug Fixes

- whitelist rule url validation

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

## [v0.22.64-rc](https://github.com/sereneblue/chameleon/compare/v0.22.63...v0.22.64-rc) (2024-09-07)
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.64-brightgreen.svg)
![Chameleon version](https://img.shields.io/badge/version-0.22.65-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.64",
"version": "0.22.65",
"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.64.0",
"version_name": "0.22.64-rc",
"version": "0.22.65.0",
"version_name": "0.22.65-rc",
"manifest_version": 2,
"browser_specific_settings": {
"gecko": {
Expand Down

0 comments on commit 7ad2254

Please sign in to comment.