diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4e6929994..1549c1ab7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,7 +1,7 @@ { "libs/hooks/open-telemetry": "0.4.0", "libs/providers/go-feature-flag": "0.7.7", - "libs/providers/flagd": "0.13.3", + "libs/providers/flagd": "0.13.4", "libs/providers/flagd-web": "0.7.3", "libs/providers/env-var": "0.3.1", "libs/providers/config-cat": "0.7.5", diff --git a/libs/providers/flagd/CHANGELOG.md b/libs/providers/flagd/CHANGELOG.md index 4b9aa877a..86522aa29 100644 --- a/libs/providers/flagd/CHANGELOG.md +++ b/libs/providers/flagd/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.13.4](https://github.com/open-feature/js-sdk-contrib/compare/flagd-provider-v0.13.3...flagd-provider-v0.13.4) (2025-04-12) + + +### 🧹 Chore + +* add 1.13.0 as a valid grpc-js peer version ([#1234](https://github.com/open-feature/js-sdk-contrib/issues/1234)) ([84abd32](https://github.com/open-feature/js-sdk-contrib/commit/84abd328a402feab8a0e844465e0c1aa5df4396e)) +* **deps:** update libs/providers/flagd/schemas digest to c707f56 ([#1269](https://github.com/open-feature/js-sdk-contrib/issues/1269)) ([ca98f7c](https://github.com/open-feature/js-sdk-contrib/commit/ca98f7c6dc54730200e2e9bf53bf003a9fc3d903)) +* **deps:** update libs/providers/flagd/spec digest to 27e4461 ([#1270](https://github.com/open-feature/js-sdk-contrib/issues/1270)) ([29f8b84](https://github.com/open-feature/js-sdk-contrib/commit/29f8b846850a4369ae57486b8b9432f00e9a201d)) +* **deps:** update libs/providers/flagd/spec digest to 95fe981 ([#1205](https://github.com/open-feature/js-sdk-contrib/issues/1205)) ([7af11c3](https://github.com/open-feature/js-sdk-contrib/commit/7af11c3bd46f52b89bd9244f7b0b327e2e4bde18)) +* **deps:** update libs/providers/flagd/spec digest to a69f748 ([#1215](https://github.com/open-feature/js-sdk-contrib/issues/1215)) ([8f08c48](https://github.com/open-feature/js-sdk-contrib/commit/8f08c48adfdedabbe7323e58424bac375857bb48)) +* **main:** release flipt-web-provider 0.1.3 ([#1253](https://github.com/open-feature/js-sdk-contrib/issues/1253)) ([7be62ae](https://github.com/open-feature/js-sdk-contrib/commit/7be62ae45f4dfbaefecc6205a28060698fdd884d)) + ## [0.13.3](https://github.com/open-feature/js-sdk-contrib/compare/flagd-provider-v0.13.2...flagd-provider-v0.13.3) (2025-02-07) diff --git a/libs/providers/flagd/package.json b/libs/providers/flagd/package.json index c954452a3..71a444a6e 100644 --- a/libs/providers/flagd/package.json +++ b/libs/providers/flagd/package.json @@ -1,6 +1,6 @@ { "name": "@openfeature/flagd-provider", - "version": "0.13.3", + "version": "0.13.4", "license": "Apache-2.0", "scripts": { "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",