File tree 6 files changed +5377
-1927
lines changed
6 files changed +5377
-1927
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.26] ( https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/sdk@0.1.0-beta.25...@scaleway/sdk@0.1.0-beta.26 ) (2022-12-05)
7
+
8
+ ### Features
9
+
10
+ - ** baremetal:** add PrivateNetwork API ([ #267 ] ( https://github.com/scaleway/scaleway-sdk-js/issues/267 ) ) ([ dcf8861] ( https://github.com/scaleway/scaleway-sdk-js/commit/dcf886105666eace8cbe299307ff12d57389cb75 ) )
11
+ - ** marketplace:** add v2 ([ #265 ] ( https://github.com/scaleway/scaleway-sdk-js/issues/265 ) ) ([ 7a11917] ( https://github.com/scaleway/scaleway-sdk-js/commit/7a11917702683d98af210029e2fc3c561b2d55c5 ) )
12
+ - ** serverless:** https redirection ([ #263 ] ( https://github.com/scaleway/scaleway-sdk-js/issues/263 ) ) ([ 574588f] ( https://github.com/scaleway/scaleway-sdk-js/commit/574588f949b5068331c4e4dc6ec82b4b90367017 ) )
13
+ - ** tem:** change domain statistics ([ #268 ] ( https://github.com/scaleway/scaleway-sdk-js/issues/268 ) ) ([ 670225d] ( https://github.com/scaleway/scaleway-sdk-js/commit/670225d142a7e81a18bac95c84a33d26512e46cd ) )
14
+ - ** tem:** filter list emails by messageId ([ #264 ] ( https://github.com/scaleway/scaleway-sdk-js/issues/264 ) ) ([ 2d42c92] ( https://github.com/scaleway/scaleway-sdk-js/commit/2d42c925455471112dc831612c4a75bc22fde15a ) )
15
+
6
16
## [ 0.1.0-beta.25] ( https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/sdk@0.1.0-beta.24...@scaleway/sdk@0.1.0-beta.25 ) (2022-11-25)
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.25 " ,
3
+ "version" : " 0.1.0-beta.26 " ,
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.25 '
1
+ export const version = 'v0.1.0-beta.26 '
2
2
3
3
export const userAgent = `scaleway-sdk-js/${ version } `
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.5 (2022-12-05)
7
+
8
+ ** Note:** Version bump only for package @scaleway/configuration-loader
9
+
6
10
## 0.1.0-beta.4 (2022-11-23)
7
11
8
12
** Note:** Version bump only for package @scaleway/configuration-loader
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @scaleway/configuration-loader" ,
3
- "version" : " 0.1.0-beta.4 " ,
3
+ "version" : " 0.1.0-beta.5 " ,
4
4
"license" : " Apache-2.0" ,
5
5
"description" : " Load configuration via file or environment for NodeJS." ,
6
6
"main" : " dist/index.cjs" ,
You can’t perform that action at this time.
0 commit comments