File tree 4 files changed +16
-4
lines changed
4 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 2
2
"packages/nest" : " 0.0.2-experimental" ,
3
3
"packages/react" : " 0.0.5-experimental" ,
4
4
"packages/client" : " 0.4.8" ,
5
- "packages/server" : " 1.8 .0" ,
5
+ "packages/server" : " 1.9 .0" ,
6
6
"packages/shared" : " 0.0.22"
7
7
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 1.9.0] ( https://github.com/open-feature/js-sdk/compare/server-sdk-v1.8.0...server-sdk-v1.9.0 ) (2024-01-08)
4
+
5
+
6
+ ### 🐛 Bug Fixes
7
+
8
+ * use in memory provider for e2e suites ([ #740 ] ( https://github.com/open-feature/js-sdk/issues/740 ) ) ([ 696bf4a] ( https://github.com/open-feature/js-sdk/commit/696bf4adb82339acf7d619cd5c831d6d11cec7c9 ) )
9
+
10
+
11
+ ### 🧹 Chore
12
+
13
+ * ** main:** release core 0.0.22 ([ #745 ] ( https://github.com/open-feature/js-sdk/issues/745 ) ) ([ a0cc855] ( https://github.com/open-feature/js-sdk/commit/a0cc85546d06ce66f881c5e80122206344f5c710 ) )
14
+
3
15
## [ 1.8.0] ( https://github.com/open-feature/js-sdk/compare/server-sdk-v1.7.5...server-sdk-v1.8.0 ) (2024-01-03)
4
16
5
17
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.7.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.8 .0 " >
20
- <img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v1.8 .0&color=blue&style=for-the-badge" />
19
+ <a href =" https://github.com/open-feature/js-sdk/releases/tag/server-sdk-v1.9 .0 " >
20
+ <img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v1.9 .0&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.8 .0" ,
3
+ "version" : " 1.9 .0" ,
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