Skip to content

Commit 900a2f2

Browse files
committed
chore: update version
1 parent 429d215 commit 900a2f2

File tree

5 files changed

+19
-5
lines changed

5 files changed

+19
-5
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
<a name="v0.22.70-rc"></a>
2+
3+
## [v0.22.70-rc](https://github.com/sereneblue/chameleon/compare/v0.22.69...v0.22.70-rc) (2025-02-09)
4+
5+
### Bug Fixes
6+
7+
- Enable request/remove privacy permissions on Android ([#603](https://github.com/sereneblue/chameleon/issues/603))
8+
- iOS profile fixes
9+
10+
### Features
11+
12+
- update profiles
13+
- update translations
14+
115
<a name="v0.22.69-rc"></a>
216

317
## [v0.22.69-rc](https://github.com/sereneblue/chameleon/compare/v0.22.68...v0.22.69-rc) (2025-01-14)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Chameleon
22

3-
![Chameleon version](https://img.shields.io/badge/version-0.22.69-brightgreen.svg)
3+
![Chameleon version](https://img.shields.io/badge/version-0.22.70-brightgreen.svg)
44
![GPL v3 License](https://img.shields.io/badge/license-GPL%20v3-blue.svg)
55
[![Crowdin](https://d322cqt584bo4o.cloudfront.net/chameleon/localized.svg)](https://crowdin.com/project/chameleon)
66

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chameleon-ext",
3-
"version": "0.22.69",
3+
"version": "0.22.70",
44
"description": "Spoof your browser profile. Includes a few privacy enhancing options.",
55
"author": "sereneblue",
66
"license": "GPLv3",

src/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "Chameleon",
33
"description": "__MSG_extDescription__",
44
"author": "sereneblue",
5-
"version": "0.22.69.1",
6-
"version_name": "0.22.69",
5+
"version": "0.22.70.1",
6+
"version_name": "0.22.70",
77
"manifest_version": 2,
88
"browser_specific_settings": {
99
"gecko": {

0 commit comments

Comments
 (0)