Skip to content

Commit 62da1cb

Browse files
chore(main): release go-feature-flag-provider 0.7.4 (#1169)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Thomas Poignant <[email protected]>
1 parent 6602f52 commit 62da1cb

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-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.3",
3+
"libs/providers/go-feature-flag": "0.7.4",
44
"libs/providers/flagd": "0.13.2",
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

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

3+
## [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)
4+
5+
6+
### ✨ New Features
7+
8+
* **go-feature-flag:** Support exporter metadata in web and server providers ([#1183](https://github.com/open-feature/js-sdk-contrib/issues/1183)) ([0edf3f5](https://github.com/open-feature/js-sdk-contrib/commit/0edf3f55161878684ffe809fbde8ad6fa379c4b0))
9+
10+
11+
### 🧹 Chore
12+
13+
* update nx packages ([#1147](https://github.com/open-feature/js-sdk-contrib/issues/1147)) ([7f310fe](https://github.com/open-feature/js-sdk-contrib/commit/7f310fe87101b8aa793e1436e63c7602ccc202e3))
14+
315
## [0.7.3](https://github.com/open-feature/js-sdk-contrib/compare/go-feature-flag-provider-v0.7.2...go-feature-flag-provider-v0.7.3) (2024-06-29)
416

517

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.3",
3+
"version": "0.7.4",
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)