Skip to content

Commit 6773aeb

Browse files
committed
chore(main): release 0.12.2
1 parent c2cf66c commit 6773aeb

4 files changed

Lines changed: 14 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.12.1"
2+
".": "0.12.2"
33
}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
GOWDK is experimental 0.x software. Public syntax, generated output, runtime
44
packages, and tooling contracts may change before 1.0.
55

6+
## [0.12.2](https://github.com/cssbruno/GoWDK/compare/v0.12.1...v0.12.2) (2026-06-27)
7+
8+
9+
### Bug Fixes
10+
11+
* **app:** do not trust Host alone for local trace viewer access ([#783](https://github.com/cssbruno/GoWDK/issues/783)) ([0492260](https://github.com/cssbruno/GoWDK/commit/0492260914b732c857230801aa073ec5c48e5545))
12+
* **app:** skip csrf injection for off-origin post forms ([#785](https://github.com/cssbruno/GoWDK/issues/785)) ([7adb9ef](https://github.com/cssbruno/GoWDK/commit/7adb9ef9ad6d72ba216c21f316436a5613f96b7d))
13+
* **compiler:** align generated apps and typed IR ([#787](https://github.com/cssbruno/GoWDK/issues/787)) ([c2cf66c](https://github.com/cssbruno/GoWDK/commit/c2cf66c2f9f50ca82c7c38831aaf44d9e090b02a))
14+
* **realtime:** scope sse streams by authorized route ([#786](https://github.com/cssbruno/GoWDK/issues/786)) ([419ed3f](https://github.com/cssbruno/GoWDK/commit/419ed3f260334fdbc34b134baf1d3225f41ee7cc))
15+
* **trace:** redact browser trace URL query data ([#784](https://github.com/cssbruno/GoWDK/issues/784)) ([ab24801](https://github.com/cssbruno/GoWDK/commit/ab24801130e36c130aae2d982002b5d78fb4ac3d))
16+
617
## [0.12.1](https://github.com/cssbruno/GoWDK/compare/v0.12.0...v0.12.1) (2026-06-27)
718

819

editors/vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "gowdk-vscode",
33
"displayName": "GOWDK",
44
"description": "Language tools for portable .gwdk files.",
5-
"version": "0.12.1",
5+
"version": "0.12.2",
66
"publisher": "gowdk",
77
"license": "MIT",
88
"icon": "icons/gowdk.png",

internal/gowdkcmd/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
"github.com/cssbruno/gowdk"
1111
)
1212

13-
const version = "0.12.1" // x-release-please-version
13+
const version = "0.12.2" // x-release-please-version
1414

1515
var (
1616
defaultSourceIncludes = []string{"**/*.gwdk"}

0 commit comments

Comments
 (0)