diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a6977d3..b6714b1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -7,5 +7,5 @@ "adapters/svelte": "0.1.15", "plugins/vite": "0.1.15", "plugins/next": "0.1.15", - "gateway": "0.1.5" + "gateway": "0.1.6" } diff --git a/cli/package.json b/cli/package.json index 14164e5..64a59b6 100644 --- a/cli/package.json +++ b/cli/package.json @@ -2,7 +2,7 @@ "name": "@rep-protocol/cli", "version": "0.1.15", "description": "CLI tool for the Runtime Environment Protocol (REP).", - "gatewayVersion": "0.1.5", + "gatewayVersion": "0.1.6", "bin": { "rep": "./bin/rep.js" }, diff --git a/gateway/CHANGELOG.md b/gateway/CHANGELOG.md index 9ebd1e9..9143939 100644 --- a/gateway/CHANGELOG.md +++ b/gateway/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.6](https://github.com/RuachTech/rep/compare/gateway/v0.1.5...gateway/v0.1.6) (2026-04-29) + + +### Features + +* **gateway:** gzip injected HTML and cache when no SENSITIVE vars ([#49](https://github.com/RuachTech/rep/issues/49)) ([83b5e58](https://github.com/RuachTech/rep/commit/83b5e583ac8280431c560a82556ce6d6f58cb69e)) + ## [0.1.5](https://github.com/RuachTech/rep/compare/gateway/v0.1.4...gateway/v0.1.5) (2026-03-16)