Skip to content

Commit 696aaa7

Browse files
chore(main): release web-sdk 0.4.3 (#641)
🤖 I have created a release *beep* *boop* --- ## [0.4.3](web-sdk-v0.4.2...web-sdk-v0.4.3) (2023-10-31) ### Features * extract and publish core package ([#629](#629)) ([c3ee90b](c3ee90b)) ### Bug Fixes * api docs links ([#645](#645)) ([4ff3f0e](4ff3f0e)) --- 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]>
1 parent fc58318 commit 696aaa7

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-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.1-experimental",
3-
"packages/client": "0.4.2",
3+
"packages/client": "0.4.3",
44
"packages/server": "1.6.3",
55
"packages/shared": "0.0.16"
66
}

packages/client/CHANGELOG.md

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

33

4+
## [0.4.3](https://github.com/open-feature/js-sdk/compare/web-sdk-v0.4.2...web-sdk-v0.4.3) (2023-10-31)
5+
6+
7+
### Features
8+
9+
* extract and publish core package ([#629](https://github.com/open-feature/js-sdk/issues/629)) ([c3ee90b](https://github.com/open-feature/js-sdk/commit/c3ee90b2e0fdcec235069960e7ec03e63028b08c))
10+
11+
12+
### Bug Fixes
13+
14+
* api docs links ([#645](https://github.com/open-feature/js-sdk/issues/645)) ([4ff3f0e](https://github.com/open-feature/js-sdk/commit/4ff3f0e94cd597538b18f785873cb3beb0e83ff2))
15+
416
## [0.4.2](https://github.com/open-feature/js-sdk/compare/web-sdk-v0.4.1...web-sdk-v0.4.2) (2023-10-31)
517

618

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.2">
20-
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v0.4.2&color=blue&style=for-the-badge" />
19+
<a href="https://github.com/open-feature/js-sdk/releases/tag/web-sdk-v0.4.3">
20+
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v0.4.3&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.2",
3+
"version": "0.4.3",
44
"description": "OpenFeature SDK for Web",
55
"main": "./dist/cjs/index.js",
66
"files": [

0 commit comments

Comments
 (0)