Skip to content

Commit aa898f0

Browse files
chore(main): release web-sdk 0.4.7 (#687)
🤖 I have created a release *beep* *boop* --- ## [0.4.7](web-sdk-v0.4.6...web-sdk-v0.4.7) (2023-11-27) ### 🧹 Chore * **main:** release core 0.0.20 ([#682](#682)) ([9629578](9629578)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Signed-off-by: OpenFeature Bot <[email protected]> Signed-off-by: Todd Baert <[email protected]> Co-authored-by: Todd Baert <[email protected]>
1 parent b055bc8 commit aa898f0

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"packages/react": "0.0.4-experimental",
3-
"packages/client": "0.4.6",
3+
"packages/client": "0.4.7",
44
"packages/server": "1.7.4",
55
"packages/shared": "0.0.20"
66
}

packages/client/CHANGELOG.md

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

33

4+
## [0.4.7](https://github.com/open-feature/js-sdk/compare/web-sdk-v0.4.6...web-sdk-v0.4.7) (2023-11-27)
5+
6+
7+
### 🧹 Chore
8+
9+
* **main:** release core 0.0.20 ([#682](https://github.com/open-feature/js-sdk/issues/682)) ([9629578](https://github.com/open-feature/js-sdk/commit/96295783692656cccdcc327b7236cfbdf8094fa5))
10+
411
## [0.4.6](https://github.com/open-feature/js-sdk/compare/web-sdk-v0.4.5...web-sdk-v0.4.6) (2023-11-21)
512

613

packages/client/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
<img alt="Specification" src="https://img.shields.io/static/v1?label=specification&message=v0.7.0&color=yellow&style=for-the-badge" />
1717
</a>
1818
<!-- x-release-please-start-version -->
19-
<a href="https://github.com/open-feature/js-sdk/releases/tag/web-sdk-v0.4.6">
20-
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v0.4.6&color=blue&style=for-the-badge" />
19+
<a href="https://github.com/open-feature/js-sdk/releases/tag/web-sdk-v0.4.7">
20+
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v0.4.7&color=blue&style=for-the-badge" />
2121
</a>
2222
<!-- x-release-please-end -->
2323
<br/>

packages/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openfeature/web-sdk",
3-
"version": "0.4.6",
3+
"version": "0.4.7",
44
"description": "OpenFeature SDK for Web",
55
"main": "./dist/cjs/index.js",
66
"files": [

0 commit comments

Comments
 (0)