Skip to content

Commit

Permalink
chore: release main (open-feature#79)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jul 29, 2022
1 parent 9d6cb86 commit 4cc4a52
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"libs/hooks/open-telemetry": "1.2.3-alpha",
"libs/providers/go-feature-flag": "0.1.3",
"libs/providers/flagd": "0.1.0"
"libs/providers/flagd": "0.2.0"
}
8 changes: 8 additions & 0 deletions libs/providers/flagd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## [0.2.0](https://github.com/open-feature/node-sdk-contrib/compare/flagd-provider-v0.1.0...flagd-provider-v0.2.0) (2022-07-27)


### Features

* flagd provider ([#66](https://github.com/open-feature/node-sdk-contrib/issues/66)) ([9d6cb86](https://github.com/open-feature/node-sdk-contrib/commit/9d6cb868908264b8661ed95a207397ae67693527))
4 changes: 2 additions & 2 deletions libs/providers/flagd/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion libs/providers/flagd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openfeature/flagd-provider",
"version": "0.0.1",
"version": "0.2.0",
"type": "commonjs",
"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",
Expand Down

0 comments on commit 4cc4a52

Please sign in to comment.