Skip to content

Commit 5c8e727

Browse files
authored
chore(main): release 0.12.1 (#747)
1 parent d3b8c78 commit 5c8e727

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.0"
2+
".": "0.12.1"
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.1](https://github.com/cssbruno/GoWDK/compare/v0.12.0...v0.12.1) (2026-06-27)
7+
8+
9+
### Bug Fixes
10+
11+
* **config:** harden CORS, addons, CSS, and artifact scans ([#756](https://github.com/cssbruno/GoWDK/issues/756)) ([0ffab59](https://github.com/cssbruno/GoWDK/commit/0ffab590a036706209e58e068f05cd7825bcf7a0))
12+
* **examples:** harden runnable example flows ([#770](https://github.com/cssbruno/GoWDK/issues/770)) ([d3b8c78](https://github.com/cssbruno/GoWDK/commit/d3b8c78d91a8335391773edc395be192a1cf3328))
13+
* **gowdkcmd:** preserve delegated helper source paths ([#750](https://github.com/cssbruno/GoWDK/issues/750)) ([935d9ae](https://github.com/cssbruno/GoWDK/commit/935d9ae305d8babad6ec8b01295122bcdd21b495))
14+
* **release:** require conventional PR titles ([#757](https://github.com/cssbruno/GoWDK/issues/757)) ([58e99ef](https://github.com/cssbruno/GoWDK/commit/58e99efc5bc933409b3fe9e99d3d78d652c11b7f))
15+
* support config helper source checkout builds ([#746](https://github.com/cssbruno/GoWDK/issues/746)) ([15a52b7](https://github.com/cssbruno/GoWDK/commit/15a52b7ae90903193a8fbbedb754425595af4b67))
16+
617
## [0.12.0](https://github.com/cssbruno/GoWDK/compare/v0.11.0...v0.12.0) (2026-06-26)
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.0",
5+
"version": "0.12.1",
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.0" // x-release-please-version
13+
const version = "0.12.1" // x-release-please-version
1414

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

0 commit comments

Comments
 (0)