Skip to content

Commit 95026ae

Browse files
chore(main): release go-feature-flag-web-provider 0.2.5 (#1185)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 928e437 commit 95026ae

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

Diff for: .release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"libs/providers/env-var": "0.3.1",
77
"libs/providers/config-cat": "0.7.2",
88
"libs/providers/launchdarkly-client": "0.3.1",
9-
"libs/providers/go-feature-flag-web": "0.2.4",
9+
"libs/providers/go-feature-flag-web": "0.2.5",
1010
"libs/shared/flagd-core": "1.0.0",
1111
"libs/shared/ofrep-core": "0.2.0",
1212
"libs/providers/ofrep": "0.2.0",

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

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

3+
## [0.2.5](https://github.com/open-feature/js-sdk-contrib/compare/go-feature-flag-web-provider-v0.2.4...go-feature-flag-web-provider-v0.2.5) (2025-01-23)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* **go-feature-flag:** Support endpoint paths in data collector goff-api.ts ([#1184](https://github.com/open-feature/js-sdk-contrib/issues/1184)) ([928e437](https://github.com/open-feature/js-sdk-contrib/commit/928e43764a9d8a4891c07aba7deb1990d52fc29c))
9+
310
## [0.2.4](https://github.com/open-feature/js-sdk-contrib/compare/go-feature-flag-web-provider-v0.2.3...go-feature-flag-web-provider-v0.2.4) (2025-01-16)
411

512

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

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

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