Skip to content

Commit 476137e

Browse files
chore(main): release flagd-core 0.1.7 (#707)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c262c66 commit 476137e

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
"libs/providers/config-cat": "0.4.0",
88
"libs/providers/launchdarkly-client": "0.2.0",
99
"libs/providers/go-feature-flag-web": "0.1.5",
10-
"libs/shared/flagd-core": "0.1.6"
10+
"libs/shared/flagd-core": "0.1.7"
1111
}

libs/shared/flagd-core/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.1.7](https://github.com/open-feature/js-sdk-contrib/compare/flagd-core-v0.1.6...flagd-core-v0.1.7) (2023-12-18)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* re-add browser support ([#706](https://github.com/open-feature/js-sdk-contrib/issues/706)) ([c262c66](https://github.com/open-feature/js-sdk-contrib/commit/c262c66497e0cc7d8b7ea2d9cc5b85f5d31093e6))
9+
310
## [0.1.6](https://github.com/open-feature/js-sdk-contrib/compare/flagd-core-v0.1.5...flagd-core-v0.1.6) (2023-12-18)
411

512

libs/shared/flagd-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openfeature/flagd-core",
3-
"version": "0.1.6",
3+
"version": "0.1.7",
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)