From 370c69915a6d21e5beedcba31ef5a22345dc9f92 Mon Sep 17 00:00:00 2001 From: GO Feature Flag Bot Date: Fri, 13 Feb 2026 14:48:58 +0100 Subject: [PATCH] chore(main): release cmd/wasm 0.2.0 --- .../.release-please-manifest.json | 2 +- cmd/wasm/CHANGELOG.md | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/.github/release-please/.release-please-manifest.json b/.github/release-please/.release-please-manifest.json index 95f0208cc49..86c15ad50f3 100644 --- a/.github/release-please/.release-please-manifest.json +++ b/.github/release-please/.release-please-manifest.json @@ -1,6 +1,6 @@ { ".": "1.51.2", - "cmd/wasm": "0.1.4", + "cmd/wasm": "0.2.0", "openfeature/providers/python-provider": "0.5.0", "openfeature/providers/kotlin-provider": "1.0.0", "modules/core": "0.6.0" diff --git a/cmd/wasm/CHANGELOG.md b/cmd/wasm/CHANGELOG.md index b1c46534d4b..b99f7df7081 100644 --- a/cmd/wasm/CHANGELOG.md +++ b/cmd/wasm/CHANGELOG.md @@ -13,6 +13,25 @@ * **wasm:** add replace directive for nikunjy/rules to fix semver prerelease handling ([#4808](https://github.com/thomaspoignant/go-feature-flag/issues/4808)) ([a466057](https://github.com/thomaspoignant/go-feature-flag/commit/a466057456811784908c2a057405428cdd6f4c9f)) +### 🔧 Chores + +* **dependency:** Bump module modules/core 0.5.1 ([#4798](https://github.com/thomaspoignant/go-feature-flag/issues/4798)) ([7ee8da8](https://github.com/thomaspoignant/go-feature-flag/commit/7ee8da85211d144ecc77c06f4e752dcdb96526e8)) +* **dependency:** Bump module modules/core 0.6.0 ([#4809](https://github.com/thomaspoignant/go-feature-flag/issues/4809)) ([f5287ba](https://github.com/thomaspoignant/go-feature-flag/commit/f5287ba5eab002767bd5ee39a6230e467982483b)) +* **main:** release cmd/wasm 0.2.0 ([#4800](https://github.com/thomaspoignant/go-feature-flag/issues/4800)) ([1803131](https://github.com/thomaspoignant/go-feature-flag/commit/18031310a00e6261191867a50e0f2b6036066ca3)) + +## [0.2.0](https://github.com/thomaspoignant/go-feature-flag/compare/cmd/wasm/v0.1.4...cmd/wasm/v0.2.0) (2026-02-13) + + +### 🚀 New Features + +* **core:** replace jsonlogic library with diegoholiveira/jsonlogic/v3 ([#4805](https://github.com/thomaspoignant/go-feature-flag/issues/4805)) ([c1b2948](https://github.com/thomaspoignant/go-feature-flag/commit/c1b2948ec41d8e1dad4e193da27226fa67b8267b)) + + +### 🐛 Bug Fixes + +* **wasm:** add replace directive for nikunjy/rules to fix semver prerelease handling ([#4808](https://github.com/thomaspoignant/go-feature-flag/issues/4808)) ([a466057](https://github.com/thomaspoignant/go-feature-flag/commit/a466057456811784908c2a057405428cdd6f4c9f)) + + ### 🔧 Chores * **dependency:** Bump module modules/core 0.5.1 ([#4798](https://github.com/thomaspoignant/go-feature-flag/issues/4798)) ([7ee8da8](https://github.com/thomaspoignant/go-feature-flag/commit/7ee8da85211d144ecc77c06f4e752dcdb96526e8))