File tree 4 files changed +5338
-1919
lines changed
4 files changed +5338
-1919
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.22] ( https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/sdk@0.1.0-beta.21...@scaleway/sdk@0.1.0-beta.22 ) (2022-11-14)
7
+
8
+ ### Features
9
+
10
+ - ** account:** add MFA OTP ([ #224 ] ( https://github.com/scaleway/scaleway-sdk-js/issues/224 ) ) ([ aeed476] ( https://github.com/scaleway/scaleway-sdk-js/commit/aeed476d9d2ccdba7e8c963b734dbc8d4cdb3650 ) )
11
+ - ** rdb:** database engine upgrade ([ #225 ] ( https://github.com/scaleway/scaleway-sdk-js/issues/225 ) ) ([ 3c6c143] ( https://github.com/scaleway/scaleway-sdk-js/commit/3c6c1435ce1afe7288bdeaf08b5404132359cb33 ) )
12
+
6
13
## [ 0.1.0-beta.21] ( https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/sdk@0.1.0-beta.20...@scaleway/sdk@0.1.0-beta.21 ) (2022-11-07)
7
14
8
15
** Note:** Version bump only for package @scaleway/sdk
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @scaleway/sdk" ,
3
- "version" : " 0.1.0-beta.21 " ,
3
+ "version" : " 0.1.0-beta.22 " ,
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.21 '
1
+ export const version = 'v0.1.0-beta.22 '
2
2
3
3
export const userAgent = `scaleway-sdk-js/${ version } `
You can’t perform that action at this time.
0 commit comments