Skip to content

Commit 6034df4

Browse files
chore(main): release web-sdk 0.4.13 (#807)
🤖 I have created a release *beep* *boop* --- ## [0.4.13](web-sdk-v0.4.12...web-sdk-v0.4.13) (2024-02-22) ### ✨ New Features * add support for domains ([#805](#805)) ([98ba00a](98ba00a)) ### 🧹 Chore * **main:** release core 0.0.26 ([#823](#823)) ([2fc38bd](2fc38bd)) ### 📚 Documentation * fix runsOn example on readme ([1096ae5](1096ae5)) * improved grammar, added punction to readme ([70bd33d](70bd33d)) --- 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 e3a7378 commit 6034df4

File tree

4 files changed

+22
-4
lines changed

4 files changed

+22
-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.0.5-experimental",
33
"packages/react": "0.1.1-experimental",
4-
"packages/client": "0.4.12",
4+
"packages/client": "0.4.13",
55
"packages/server": "1.12.0",
66
"packages/shared": "0.0.26"
77
}

packages/client/CHANGELOG.md

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

33

4+
## [0.4.13](https://github.com/open-feature/js-sdk/compare/web-sdk-v0.4.12...web-sdk-v0.4.13) (2024-02-22)
5+
6+
7+
### ✨ New Features
8+
9+
* add support for domains ([#805](https://github.com/open-feature/js-sdk/issues/805)) ([98ba00a](https://github.com/open-feature/js-sdk/commit/98ba00a28d2f97a363c35ffce84cd8db1fa53f3f))
10+
11+
12+
### 🧹 Chore
13+
14+
* **main:** release core 0.0.26 ([#823](https://github.com/open-feature/js-sdk/issues/823)) ([2fc38bd](https://github.com/open-feature/js-sdk/commit/2fc38bd8387ab7219eac15d8a1cf4f8da24855da))
15+
16+
17+
### 📚 Documentation
18+
19+
* fix runsOn example on readme ([1096ae5](https://github.com/open-feature/js-sdk/commit/1096ae5d46cfcddd548c63d5a9901493dcdcf032))
20+
* improved grammar, added punction to readme ([70bd33d](https://github.com/open-feature/js-sdk/commit/70bd33db72ce3689fc99cd6ca9833f1ee35d980f))
21+
422
## [0.4.12](https://github.com/open-feature/js-sdk/compare/web-sdk-v0.4.11...web-sdk-v0.4.12) (2024-01-31)
523

624

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

0 commit comments

Comments
 (0)