Skip to content

Commit 781cda8

Browse files
chore(main): release launchdarkly-client-provider 0.3.1
1 parent c0d2697 commit 781cda8

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"libs/providers/flagd-web": "0.7.2",
66
"libs/providers/env-var": "0.3.1",
77
"libs/providers/config-cat": "0.7.2",
8-
"libs/providers/launchdarkly-client": "0.3.0",
8+
"libs/providers/launchdarkly-client": "0.3.1",
99
"libs/providers/go-feature-flag-web": "0.2.1",
1010
"libs/shared/flagd-core": "0.2.5",
1111
"libs/shared/ofrep-core": "0.2.0",

libs/providers/launchdarkly-client/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.3.1](https://github.com/open-feature/js-sdk-contrib/compare/launchdarkly-client-provider-v0.3.0...launchdarkly-client-provider-v0.3.1) (2024-10-04)
4+
5+
6+
### 🧹 Chore
7+
8+
* loosen some test assertions, fix e2e matcher ([#933](https://github.com/open-feature/js-sdk-contrib/issues/933)) ([8def607](https://github.com/open-feature/js-sdk-contrib/commit/8def6072c5d29eaf81d7262b6878cb3d6ff40483))
9+
310
## [0.3.0](https://github.com/open-feature/js-sdk-contrib/compare/launchdarkly-client-provider-v0.2.1...launchdarkly-client-provider-v0.3.0) (2024-03-25)
411

512

libs/providers/launchdarkly-client/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libs/providers/launchdarkly-client/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openfeature/launchdarkly-client-provider",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"scripts": {
55
"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",
66
"current-version": "echo $npm_package_version"

0 commit comments

Comments
 (0)