Skip to content

Commit

Permalink
chore(main): release launchdarkly-client-provider 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and toddbaert committed Aug 17, 2023
1 parent 552be83 commit 8a61792
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"libs/providers/env-var": "0.1.1",
"libs/providers/in-memory": "0.2.0",
"libs/providers/config-cat": "0.3.0",
"libs/providers/launchdarkly-client": "0.1.2",
"libs/providers/launchdarkly-client": "0.2.0",
"libs/providers/go-feature-flag-web": "0.1.1"
}
17 changes: 17 additions & 0 deletions libs/providers/launchdarkly-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [0.2.0](https://github.com/open-feature/js-sdk-contrib/compare/launchdarkly-client-provider-v0.1.2...launchdarkly-client-provider-v0.2.0) (2023-08-17)


### ⚠ BREAKING CHANGES

* update required web-sdk peer ([#514](https://github.com/open-feature/js-sdk-contrib/issues/514))
* support streaming connection and initialization fixes ([#418](https://github.com/open-feature/js-sdk-contrib/issues/418))

### ✨ New Features

* support streaming connection and initialization fixes ([#418](https://github.com/open-feature/js-sdk-contrib/issues/418)) ([7520092](https://github.com/open-feature/js-sdk-contrib/commit/7520092f4d6f0600d7fa78e039a320e981c6f8c6))


### 🧹 Chore

* update required web-sdk peer ([#514](https://github.com/open-feature/js-sdk-contrib/issues/514)) ([8d45c02](https://github.com/open-feature/js-sdk-contrib/commit/8d45c0245472ddb196ef846a14829d18131d23d0))

## [0.1.2](https://github.com/open-feature/js-sdk-contrib/compare/launchdarkly-client-provider-v0.1.1...launchdarkly-client-provider-v0.1.2) (2023-05-15)


Expand Down
4 changes: 2 additions & 2 deletions libs/providers/launchdarkly-client/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/launchdarkly-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openfeature/launchdarkly-client-provider",
"version": "0.1.2",
"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 8a61792

Please sign in to comment.