Skip to content

Commit

Permalink
Release v4.0.1
Browse files Browse the repository at this point in the history
- Open new tab only if requested by the focused tab
- Remove browser action
- Fix WWW-Authenticate filtering
- Fix GitHub Action for Node 18+
- Update dependencies
  • Loading branch information
thibmeu committed Jan 12, 2024
1 parent 49e764a commit 82130bb
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
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": "silk-privacy-pass-client",
"version": "4.0.0",
"version": "4.0.1",
"contributors": [
"Suphanat Chunhapanya <pop@cloudflare.com>",
"Armando Faz <armfazh@cloudflare.com>",
Expand Down
2 changes: 1 addition & 1 deletion platform/chromium/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Silk - Privacy Pass Client",
"manifest_version": 2,
"description": "Client support for Privacy Pass anonymous authorization protocol.",
"version": "4.0.0",
"version": "4.0.1",
"icons": {
"32": "icons/32/gold.png",
"48": "icons/48/gold.png",
Expand Down
2 changes: 1 addition & 1 deletion platform/firefox/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Silk - Privacy Pass Client",
"manifest_version": 2,
"description": "Client support for Privacy Pass anonymous authorization protocol.",
"version": "4.0.0",
"version": "4.0.1",
"icons": {
"32": "icons/32/gold.png",
"48": "icons/48/gold.png",
Expand Down
2 changes: 1 addition & 1 deletion platform/mv3/chromium/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"manifest_version": 3,
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAp+7N/GLYPSBqf+O7fGOaLQ+3hIvXrhsjo8Pq73aSVw08YZRWIIsM+xRnaqdgcu3dXgQGjuVbFVD0nQzg2ymOJk40PSZ/EDdbmWmvD6IrKV88qdmLAlMCvgYW6oRQG5EIBNrmUOqQvTHpdaHrYxY3g4OQfaCe5mvYS64VG6Tb9f1G/UqUcNQzdo1A7x6ElCMjl+isMkt1in749KxgCmhHlZshQfCf1tXwcjhh09luatwP+KCFqCw0VPNMij1eBHi+Z1r43o1RNSTVoiot4mXHMej/rZiApG3U0eVfhp6yOLLakNGnzy1hR5OO00vlMVSyg2HR4VnvPyJuZ+VRNGBo7wIDAQAB",
"description": "Client support for Privacy Pass anonymous authorization protocol.",
"version": "4.0.0",
"version": "4.0.1",
"icons": {
"32": "icons/32/gold.png",
"48": "icons/48/gold.png",
Expand Down

0 comments on commit 82130bb

Please sign in to comment.