File tree 3 files changed +9
-2
lines changed
3 files changed +9
-2
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
+ ## [ 1.42.0] ( https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/sdk@1.41.0...@scaleway/sdk@1.42.0 ) (2023-11-06)
7
+
8
+ ### Features
9
+
10
+ - ** secret_manager:** add edge_services product ([ #976 ] ( https://github.com/scaleway/scaleway-sdk-js/issues/976 ) ) ([ 1220dc0] ( https://github.com/scaleway/scaleway-sdk-js/commit/1220dc09432ac94cea5b5e254e6f699547bb44d6 ) )
11
+ - ** serverless_jobs:** generate SDKs ([ #974 ] ( https://github.com/scaleway/scaleway-sdk-js/issues/974 ) ) ([ 97e1175] ( https://github.com/scaleway/scaleway-sdk-js/commit/97e1175551f8291cf1636f0b671fc723ae1a20b0 ) )
12
+
6
13
## [ 1.41.0] ( https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/sdk@1.40.0...@scaleway/sdk@1.41.0 ) (2023-11-02)
7
14
8
15
### Features
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @scaleway/sdk" ,
3
- "version" : " 1.41 .0" ,
3
+ "version" : " 1.42 .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 = 'v1.41 .0'
1
+ export const version = 'v1.42 .0'
2
2
3
3
export const userAgent = `scaleway-sdk-js/${ version } `
You can’t perform that action at this time.
0 commit comments