Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
7 changes: 7 additions & 0 deletions gateway/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down