Skip to content

Commit

Permalink
chore(main): release web-sdk 0.4.13 (#807)
Browse files Browse the repository at this point in the history
🤖 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]>
  • Loading branch information
openfeaturebot and toddbaert authored Feb 22, 2024
1 parent e3a7378 commit 6034df4
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"packages/nest": "0.0.5-experimental",
"packages/react": "0.1.1-experimental",
"packages/client": "0.4.12",
"packages/client": "0.4.13",
"packages/server": "1.12.0",
"packages/shared": "0.0.26"
}
18 changes: 18 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
# Changelog


## [0.4.13](https://github.com/open-feature/js-sdk/compare/web-sdk-v0.4.12...web-sdk-v0.4.13) (2024-02-22)


### ✨ New Features

* add support for domains ([#805](https://github.com/open-feature/js-sdk/issues/805)) ([98ba00a](https://github.com/open-feature/js-sdk/commit/98ba00a28d2f97a363c35ffce84cd8db1fa53f3f))


### 🧹 Chore

* **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))


### 📚 Documentation

* fix runsOn example on readme ([1096ae5](https://github.com/open-feature/js-sdk/commit/1096ae5d46cfcddd548c63d5a9901493dcdcf032))
* improved grammar, added punction to readme ([70bd33d](https://github.com/open-feature/js-sdk/commit/70bd33db72ce3689fc99cd6ca9833f1ee35d980f))

## [0.4.12](https://github.com/open-feature/js-sdk/compare/web-sdk-v0.4.11...web-sdk-v0.4.12) (2024-01-31)


Expand Down
4 changes: 2 additions & 2 deletions packages/client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
<img alt="Specification" src="https://img.shields.io/static/v1?label=specification&message=v0.7.0&color=yellow&style=for-the-badge" />
</a>
<!-- x-release-please-start-version -->
<a href="https://github.com/open-feature/js-sdk/releases/tag/web-sdk-v0.4.12">
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v0.4.12&color=blue&style=for-the-badge" />
<a href="https://github.com/open-feature/js-sdk/releases/tag/web-sdk-v0.4.13">
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v0.4.13&color=blue&style=for-the-badge" />
</a>
<!-- x-release-please-end -->
<br/>
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openfeature/web-sdk",
"version": "0.4.12",
"version": "0.4.13",
"description": "OpenFeature SDK for Web",
"main": "./dist/cjs/index.js",
"files": [
Expand Down

0 comments on commit 6034df4

Please sign in to comment.