Skip to content

Commit 9af8e1c

Browse files
chore: release main (open-feature#111)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ea05b49 commit 9af8e1c

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"libs/hooks/open-telemetry": "3.0.0",
33
"libs/providers/go-feature-flag": "0.3.0",
4-
"libs/providers/flagd": "0.5.0"
4+
"libs/providers/flagd": "0.5.1"
55
}

libs/providers/flagd/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.5.1](https://github.com/open-feature/js-sdk-contrib/compare/flagd-provider-v0.5.0...flagd-provider-v0.5.1) (2022-09-22)
4+
5+
6+
### Bug Fixes
7+
8+
* improved errors, handle undefined context props ([#110](https://github.com/open-feature/js-sdk-contrib/issues/110)) ([ea05b49](https://github.com/open-feature/js-sdk-contrib/commit/ea05b493096664b793fcdcf5c9a66493f25e72a9))
9+
310
## [0.5.0](https://github.com/open-feature/js-sdk-contrib/compare/flagd-provider-v0.4.0...flagd-provider-v0.5.0) (2022-09-20)
411

512

libs/providers/flagd/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/flagd/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openfeature/flagd-provider",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"type": "commonjs",
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)