Skip to content

Commit 38def1d

Browse files
chore(main): release go-feature-flag-provider 0.7.5 (#1204)
Signed-off-by: Michael Beemer <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Michael Beemer <[email protected]>
1 parent 9753545 commit 38def1d

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

Diff for: .release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"libs/hooks/open-telemetry": "0.4.0",
3-
"libs/providers/go-feature-flag": "0.7.4",
3+
"libs/providers/go-feature-flag": "0.7.5",
44
"libs/providers/flagd": "0.13.3",
55
"libs/providers/flagd-web": "0.7.2",
66
"libs/providers/env-var": "0.3.1",

Diff for: libs/providers/go-feature-flag/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.7.5](https://github.com/open-feature/js-sdk-contrib/compare/go-feature-flag-provider-v0.7.4...go-feature-flag-provider-v0.7.5) (2025-02-07)
4+
5+
6+
### ✨ New Features
7+
8+
* **go-feature-flag:** Support exporter metadata during evaluation ([#1186](https://github.com/open-feature/js-sdk-contrib/issues/1186)) ([0dfffdc](https://github.com/open-feature/js-sdk-contrib/commit/0dfffdc3167312b036034dd450b8b23b92d8e132))
9+
310
## [0.7.4](https://github.com/open-feature/js-sdk-contrib/compare/go-feature-flag-provider-v0.7.3...go-feature-flag-provider-v0.7.4) (2025-01-16)
411

512

Diff for: libs/providers/go-feature-flag/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openfeature/go-feature-flag-provider",
3-
"version": "0.7.4",
3+
"version": "0.7.5",
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)