Skip to content

Commit 42decdb

Browse files
chore(main): release web-sdk 0.4.15 (#850)
🤖 I have created a release *beep* *boop* --- ## [0.4.15](web-sdk-v0.4.14...web-sdk-v0.4.15) (2024-03-05) ### ✨ New Features * use EvenEmitter3 for web-sdk ([#847](#847)) ([861cf83](861cf83)) ### 🧹 Chore * **main:** release core 0.0.28 ([#849](#849)) ([31b92a9](31b92a9)) --- 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 31b92a9 commit 42decdb

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,7 +1,7 @@
11
{
22
"packages/nest": "0.1.1-experimental",
33
"packages/react": "0.2.1-experimental",
4-
"packages/client": "0.4.14",
4+
"packages/client": "0.4.15",
55
"packages/server": "1.13.0",
66
"packages/shared": "0.0.28"
77
}

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.15](https://github.com/open-feature/js-sdk/compare/web-sdk-v0.4.14...web-sdk-v0.4.15) (2024-03-05)
5+
6+
7+
### ✨ New Features
8+
9+
* use EvenEmitter3 for web-sdk ([#847](https://github.com/open-feature/js-sdk/issues/847)) ([861cf83](https://github.com/open-feature/js-sdk/commit/861cf8378271daf6205c5fc199ffc1bde8dfcc64))
10+
11+
12+
### 🧹 Chore
13+
14+
* **main:** release core 0.0.28 ([#849](https://github.com/open-feature/js-sdk/issues/849)) ([31b92a9](https://github.com/open-feature/js-sdk/commit/31b92a97c19071334cb7cf10767be9d40be55943))
15+
416
## [0.4.14](https://github.com/open-feature/js-sdk/compare/web-sdk-v0.4.13...web-sdk-v0.4.14) (2024-03-05)
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.14">
20-
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v0.4.14&color=blue&style=for-the-badge" />
19+
<a href="https://github.com/open-feature/js-sdk/releases/tag/web-sdk-v0.4.15">
20+
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v0.4.15&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.14",
3+
"version": "0.4.15",
44
"description": "OpenFeature SDK for Web",
55
"main": "./dist/cjs/index.js",
66
"files": [

0 commit comments

Comments
 (0)