File tree 4 files changed +5641
-2024
lines changed
4 files changed +5641
-2024
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
+ ## [ 2.10.0] ( https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/sdk@2.9.0...@scaleway/sdk@2.10.0 ) (2024-01-03)
7
+
8
+ ### Features
9
+
10
+ - ** iam:** add UpdateUser ([ #1080 ] ( https://github.com/scaleway/scaleway-sdk-js/issues/1080 ) ) ([ efb630a] ( https://github.com/scaleway/scaleway-sdk-js/commit/efb630a29a485b7509a7728eb348b3f7ff8bf2f4 ) )
11
+ - ** lb:** generate ip_type for ListIpsRequest ([ #1081 ] ( https://github.com/scaleway/scaleway-sdk-js/issues/1081 ) ) ([ e8e133b] ( https://github.com/scaleway/scaleway-sdk-js/commit/e8e133bffd23a8b8a66b0e76e48c5370ebbbe34e ) )
12
+
6
13
## [ 2.9.0] ( https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/sdk@2.8.0...@scaleway/sdk@2.9.0 ) (2024-01-01)
7
14
8
15
### Features
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @scaleway/sdk" ,
3
- "version" : " 2.9 .0" ,
3
+ "version" : " 2.10 .0" ,
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 = 'v2.9 .0'
1
+ export const version = 'v2.10 .0'
2
2
3
3
export const userAgent = `scaleway-sdk-js/${ version } `
You can’t perform that action at this time.
0 commit comments