Skip to content

Commit

Permalink
fix: update OpenFeature core version to 1.5.0 (#1077)
Browse files Browse the repository at this point in the history
## This PR

- bumps OpenFeature core version to match the current release

### Notes

This should have been automatically by the CI but it didn't work for
some reason. I'll look into why after the issue is resolved.


fe3ad8e#diff-e35631c960979816b4b2bda7950788e968930fcaf2cf39b482ff23117cd13888R50

Signed-off-by: Michael Beemer <[email protected]>
Co-authored-by: Todd Baert <[email protected]>
  • Loading branch information
beeme1mr and toddbaert authored Nov 7, 2024
1 parent 26264d6 commit a3469b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
},
"homepage": "https://github.com/open-feature/js-sdk#readme",
"peerDependencies": {
"@openfeature/core": "1.4.0"
"@openfeature/core": "1.5.0"
},
"devDependencies": {
"@openfeature/core": "1.5.0"
Expand Down

0 comments on commit a3469b6

Please sign in to comment.