Skip to content

Commit ba7ebe5

Browse files
chore(main): release go-feature-flag-provider 1.0.1 (#1420)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2c44901 commit ba7ebe5

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"libs/hooks/open-telemetry": "1.0.0",
3-
"libs/providers/go-feature-flag": "1.0.0",
3+
"libs/providers/go-feature-flag": "1.0.1",
44
"libs/providers/flagd": "0.13.3",
55
"libs/providers/flagd-web": "0.7.3",
66
"libs/providers/env-var": "0.3.1",

libs/providers/go-feature-flag/CHANGELOG.md

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

3+
## [1.0.1](https://github.com/open-feature/js-sdk-contrib/compare/go-feature-flag-provider-v1.0.0...go-feature-flag-provider-v1.0.1) (2025-12-05)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* **GOFF:** Adding missing exports for GO Feature Flag server Provider ([#1417](https://github.com/open-feature/js-sdk-contrib/issues/1417)) ([59b26dc](https://github.com/open-feature/js-sdk-contrib/commit/59b26dce5468719fe6068deed02711e567621ae1))
9+
* **GOFF:** ensure that wasm module is part of the package ([#1422](https://github.com/open-feature/js-sdk-contrib/issues/1422)) ([2c44901](https://github.com/open-feature/js-sdk-contrib/commit/2c449014c29ecb961e7e7d13c039e468be6b5d63))
10+
311
## [1.0.0](https://github.com/open-feature/js-sdk-contrib/compare/go-feature-flag-provider-v0.7.9...go-feature-flag-provider-v1.0.0) (2025-11-28)
412

513

libs/providers/go-feature-flag/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libs/providers/go-feature-flag/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openfeature/go-feature-flag-provider",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"license": "Apache-2.0",
55
"scripts": {
66
"publish-if-not-exists": "cp $NPM_CONFIG_USERCONFIG .npmrc && if [ \"$(npm show $npm_package_name@$npm_package_version version)\" = \"$(npm run current-version -s)\" ]; then echo 'already published, skipping'; else npm publish --access public; fi",

0 commit comments

Comments
 (0)