diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 098e41c..17976cc 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.33.3" + ".": "1.33.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d51dbc..bff7eda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to the Pacify Chrome Extension will be documented in this fi The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.33.4](https://github.com/navbytes/pacify/compare/v1.33.3...v1.33.4) (2026-08-19) + + +### Bug Fixes + +* **proxy:** reject proxy configs Chrome cannot apply ([#90](https://github.com/navbytes/pacify/issues/90)) ([b30a5b8](https://github.com/navbytes/pacify/commit/b30a5b889a76af79452951086ea4036fd87cbe8d)) + ## [1.33.3](https://github.com/navbytes/pacify/compare/v1.33.2...v1.33.3) (2026-08-18) diff --git a/manifest.json b/manifest.json index 2ee8e73..b46a7a5 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "__MSG_extName__", - "version": "1.33.3", + "version": "1.33.4", "description": "__MSG_extDescription__", "default_locale": "en", "permissions": [ diff --git a/package.json b/package.json index 8f82f7c..2677bce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pacify-proxy-manager", - "version": "1.33.3", + "version": "1.33.4", "type": "module", "scripts": { "dev": "vite",