Skip to content

Commit e5dcec0

Browse files
chore(main): release go-feature-flag-provider 1.0.0
1 parent b2135b4 commit e5dcec0

File tree

4 files changed

+15
-4
lines changed

4 files changed

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

3+
## [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-24)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **go-feature-flag:** Introduce in-process evaluation + tracking ([#1365](https://github.com/open-feature/js-sdk-contrib/issues/1365))
9+
10+
### ✨ New Features
11+
12+
* **go-feature-flag:** Introduce in-process evaluation + tracking ([#1365](https://github.com/open-feature/js-sdk-contrib/issues/1365)) ([bfb10a3](https://github.com/open-feature/js-sdk-contrib/commit/bfb10a377e989029a98c3a82836a7eefd0738606))
13+
314
## [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-09-19)
415

516

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