File tree Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 2
2
"packages/nest" : " 0.2.1-experimental" ,
3
3
"packages/react" : " 0.4.3" ,
4
4
"packages/web" : " 1.2.2" ,
5
- "packages/server" : " 1.15.0 " ,
5
+ "packages/server" : " 1.15.1 " ,
6
6
"packages/shared" : " 1.4.0"
7
7
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 1.15.1] ( https://github.com/open-feature/js-sdk/compare/server-sdk-v1.15.0...server-sdk-v1.15.1 ) (2024-08-28)
4
+
5
+
6
+ ### 🧹 Chore
7
+
8
+ * add assertion for hook context contents ([ #977 ] ( https://github.com/open-feature/js-sdk/issues/977 ) ) ([ 964d65b] ( https://github.com/open-feature/js-sdk/commit/964d65b7751d1a78a932e928d1ecfd9c071e1109 ) )
9
+ * ** main:** release core 1.4.0 ([ #984 ] ( https://github.com/open-feature/js-sdk/issues/984 ) ) ([ 01344b2] ( https://github.com/open-feature/js-sdk/commit/01344b28c1381d9de3aefde89be841b597a00b70 ) )
10
+
3
11
## [ 1.15.0] ( https://github.com/open-feature/js-sdk/compare/server-sdk-v1.14.0...server-sdk-v1.15.0 ) (2024-06-11)
4
12
5
13
Original file line number Diff line number Diff line change 16
16
<img alt="Specification" src="https://img.shields.io/static/v1?label=specification&message=v0.8.0&color=yellow&style=for-the-badge" />
17
17
</a >
18
18
<!-- x-release-please-start-version -->
19
- <a href =" https://github.com/open-feature/js-sdk/releases/tag/server-sdk-v1.15.0 " >
20
- <img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v1.15.0 &color=blue&style=for-the-badge" />
19
+ <a href =" https://github.com/open-feature/js-sdk/releases/tag/server-sdk-v1.15.1 " >
20
+ <img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v1.15.1 &color=blue&style=for-the-badge" />
21
21
</a >
22
22
<!-- x-release-please-end -->
23
23
<br />
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @openfeature/server-sdk" ,
3
- "version" : " 1.15.0 " ,
3
+ "version" : " 1.15.1 " ,
4
4
"description" : " OpenFeature SDK for JavaScript" ,
5
5
"main" : " ./dist/cjs/index.js" ,
6
6
"files" : [
You can’t perform that action at this time.
0 commit comments