Skip to content

Commit c1286f8

Browse files
chore(main): release launchdarkly-client-provider 0.1.1
1 parent 10511c7 commit c1286f8

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
"libs/providers/env-var": "0.1.1",
77
"libs/providers/in-memory": "0.1.1",
88
"libs/providers/config-cat": "0.1.1",
9-
"libs/providers/launchdarkly-client": "0.1.0"
9+
"libs/providers/launchdarkly-client": "0.1.1"
1010
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## [0.1.1](https://github.com/open-feature/js-sdk-contrib/compare/launchdarkly-client-provider-v0.1.0...launchdarkly-client-provider-v0.1.1) (2023-05-13)
4+
5+
6+
### ✨ New Features
7+
8+
* **launchdarkly-provider:** Add new provider ([#343](https://github.com/open-feature/js-sdk-contrib/issues/343)) ([10511c7](https://github.com/open-feature/js-sdk-contrib/commit/10511c7a868c15e336b3cbb7e40d4351d340bafb))

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

+1-1
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.0.1",
3+
"version": "0.1.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)