Skip to content

Commit ab245ff

Browse files
chore(main): release go-feature-flag-provider 0.7.9
1 parent fd8049d commit ab245ff

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
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": "0.4.0",
3-
"libs/providers/go-feature-flag": "0.7.8",
3+
"libs/providers/go-feature-flag": "0.7.9",
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: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [0.7.9](https://github.com/open-feature/js-sdk-contrib/compare/go-feature-flag-provider-v0.7.8...go-feature-flag-provider-v0.7.9) (2025-08-14)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* **deps:** update dependency axios to v1.10.0 ([#1332](https://github.com/open-feature/js-sdk-contrib/issues/1332)) ([e501475](https://github.com/open-feature/js-sdk-contrib/commit/e5014755369e690fa5fee32bc40978f813fa17d5))
9+
* **deps:** update dependency axios to v1.9.0 ([#1314](https://github.com/open-feature/js-sdk-contrib/issues/1314)) ([1ffe54a](https://github.com/open-feature/js-sdk-contrib/commit/1ffe54af81f2db5ec6918432b6e39968ff965127))
10+
* **security:** update dependency axios to v1.11.0 [security] ([#1359](https://github.com/open-feature/js-sdk-contrib/issues/1359)) ([b9cbaf8](https://github.com/open-feature/js-sdk-contrib/commit/b9cbaf8b519164ca34243c1b7485bb06d364a22e))
11+
312
## [0.7.8](https://github.com/open-feature/js-sdk-contrib/compare/go-feature-flag-provider-v0.7.7...go-feature-flag-provider-v0.7.8) (2025-05-26)
413

514

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": "0.7.8",
3+
"version": "0.7.9",
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)