File tree 4 files changed +5377
-1928
lines changed
4 files changed +5377
-1928
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 0.1.0-beta.29] ( https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/sdk@0.1.0-beta.28...@scaleway/sdk@0.1.0-beta.29 ) (2022-12-21)
7
+
8
+ ### Features
9
+
10
+ - ** serverless:** add PHP 8.2 runtime ([ #303 ] ( https://github.com/scaleway/scaleway-sdk-js/issues/303 ) ) ([ 827645d] ( https://github.com/scaleway/scaleway-sdk-js/commit/827645d27dd32e736e5c92be2942968876fd9ad8 ) )
11
+
12
+ ### Bug Fixes
13
+
14
+ - ** instance:** remove NullableStringValue type ([ #305 ] ( https://github.com/scaleway/scaleway-sdk-js/issues/305 ) ) ([ b54ed03] ( https://github.com/scaleway/scaleway-sdk-js/commit/b54ed03f790dd087a0b7f5658dff11f27c233202 ) )
15
+
6
16
## [ 0.1.0-beta.28] ( https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/sdk@0.1.0-beta.27...@scaleway/sdk@0.1.0-beta.28 ) (2022-12-19)
7
17
8
18
### Features
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @scaleway/sdk" ,
3
- "version" : " 0.1.0-beta.28 " ,
3
+ "version" : " 0.1.0-beta.29 " ,
4
4
"license" : " Apache-2.0" ,
5
5
"description" : " Scaleway SDK." ,
6
6
"keywords" : [
Original file line number Diff line number Diff line change 1
- export const version = 'v0.1.0-beta.28 '
1
+ export const version = 'v0.1.0-beta.29 '
2
2
3
3
export const userAgent = `scaleway-sdk-js/${ version } `
You can’t perform that action at this time.
0 commit comments