Skip to content

Commit 59779b9

Browse files
chore(main): release js-sdk 1.3.1 (#449)
🤖 I have created a release *beep* *boop* --- ## [1.3.1](js-sdk-v1.3.0...js-sdk-v1.3.1) (2023-06-08) ### Bug Fixes * updated typedoc config to support monorepos ([#447](#447)) ([05b100d](05b100d)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 05b100d commit 59779b9

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"packages/server": "1.3.0",
2+
"packages/server": "1.3.1",
33
"packages/client": "0.3.3-experimental",
44
"packages/shared": "0.0.4"
55
}

packages/server/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@
66
* devDependencies
77
* @openfeature/shared bumped from 0.0.1 to 0.0.2
88

9+
## [1.3.1](https://github.com/open-feature/js-sdk/compare/js-sdk-v1.3.0...js-sdk-v1.3.1) (2023-06-08)
10+
11+
12+
### Bug Fixes
13+
14+
* updated typedoc config to support monorepos ([#447](https://github.com/open-feature/js-sdk/issues/447)) ([05b100d](https://github.com/open-feature/js-sdk/commit/05b100dca540dfa6317a01cb238af6d9a1c1c2ef))
15+
916
## [1.3.0](https://github.com/open-feature/js-sdk/compare/js-sdk-v1.2.0...js-sdk-v1.3.0) (2023-06-06)
1017

1118

packages/server/package.json

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

0 commit comments

Comments
 (0)