Skip to content

Commit 3b57b4b

Browse files
committed
chore(release): publish
- @scaleway/sdk@1.19.0
1 parent 28ba745 commit 3b57b4b

File tree

4 files changed

+5724
-2057
lines changed

4 files changed

+5724
-2057
lines changed

packages/clients/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.19.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/sdk@1.18.0...@scaleway/sdk@1.19.0) (2023-07-06)
7+
8+
### Features
9+
10+
- **instance:** add commercialType to UpdateServerRequest ([#761](https://github.com/scaleway/scaleway-sdk-js/issues/761)) ([04380f4](https://github.com/scaleway/scaleway-sdk-js/commit/04380f4a2df429ff9da01e94bb3953f923a5567c))
11+
- **k8s:** add resiliency and sla to cluster types ([#759](https://github.com/scaleway/scaleway-sdk-js/issues/759)) ([bcfee00](https://github.com/scaleway/scaleway-sdk-js/commit/bcfee00ab524193a19e41c5d5c92189ff4f3a5a9))
12+
- **rdb:** add instanceRange to NodeType ([#760](https://github.com/scaleway/scaleway-sdk-js/issues/760)) ([abdb97d](https://github.com/scaleway/scaleway-sdk-js/commit/abdb97d85631dfcd500c34c033d67f7d3dfc8437))
13+
- **vpc/v2:** drop defaultPrivateNetworkName ([#753](https://github.com/scaleway/scaleway-sdk-js/issues/753)) ([133daa5](https://github.com/scaleway/scaleway-sdk-js/commit/133daa526182d31c24feaa323d1b1dc26cd8990c))
14+
615
## [1.18.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/sdk@1.17.0...@scaleway/sdk@1.18.0) (2023-07-03)
716

817
### Features

packages/clients/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scaleway/sdk",
3-
"version": "1.18.0",
3+
"version": "1.19.0",
44
"license": "Apache-2.0",
55
"description": "Scaleway SDK.",
66
"keywords": [

packages/clients/src/scw/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
export const version = 'v1.18.0'
1+
export const version = 'v1.19.0'
22

33
export const userAgent = `scaleway-sdk-js/${version}`

0 commit comments

Comments
 (0)