Skip to content

Commit 963b836

Browse files
chore(main): release cmd/wasm 0.0.2
1 parent 1a9bd99 commit 963b836

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

.github/release-please/.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
".": "1.47.1",
3-
"cmd/wasm": "0.0.1",
3+
"cmd/wasm": "0.0.2",
44
"openfeature/providers/python-provider": "0.5.0",
55
"openfeature/providers/kotlin-provider": "0.3.0",
66
"modules/evaluation": "0.1.2",

cmd/wasm/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [0.0.2](https://github.com/thomaspoignant/go-feature-flag/compare/cmd/wasm/v0.0.1...cmd/wasm/v0.0.2) (2025-11-04)
4+
5+
6+
### 🔧 Chores
7+
8+
* Bump core lib ([#4242](https://github.com/thomaspoignant/go-feature-flag/issues/4242)) ([ba2fb0b](https://github.com/thomaspoignant/go-feature-flag/commit/ba2fb0b35b4e76662f1b5d4e6a6693e69e94fba6))
9+
* **main:** release cmd-wasm 0.0.1 ([#4232](https://github.com/thomaspoignant/go-feature-flag/issues/4232)) ([753cef2](https://github.com/thomaspoignant/go-feature-flag/commit/753cef2972ee9464f3d10f0a2871b703f635a2c6))
10+
* move wasm binary to cmd/wasm ([#4099](https://github.com/thomaspoignant/go-feature-flag/issues/4099)) ([39f1169](https://github.com/thomaspoignant/go-feature-flag/commit/39f11693ab0a0970796e6ba298af79cba4872f4c))
11+
* tidy cmd/wasm ([c1fde4c](https://github.com/thomaspoignant/go-feature-flag/commit/c1fde4c2b291d4a182443dfe3e1b17a2f40b747c))
12+
13+
14+
### ⚙️ CI/CD
15+
16+
* Wasm module has his own release process. ([#4225](https://github.com/thomaspoignant/go-feature-flag/issues/4225)) ([836d0f7](https://github.com/thomaspoignant/go-feature-flag/commit/836d0f70fe2f97e3347fe5542ac5298810d45045))
17+
318
## 0.0.1 (2025-11-03)
419

520

0 commit comments

Comments
 (0)