Skip to content

Commit 1c7dc52

Browse files
committed
chore(release): publish
- @scaleway/sdk@1.21.0
1 parent fc96ca3 commit 1c7dc52

File tree

4 files changed

+5748
-2065
lines changed

4 files changed

+5748
-2065
lines changed

packages/clients/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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.21.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/sdk@1.20.0...@scaleway/sdk@1.21.0) (2023-07-24)
7+
8+
### Features
9+
10+
- **account/v2:** deprecate in favor of upcoming v3 ([#767](https://github.com/scaleway/scaleway-sdk-js/issues/767)) ([1b5c2ee](https://github.com/scaleway/scaleway-sdk-js/commit/1b5c2ee33a33f399826f6649ca0bc5d79581fd5d))
11+
- **account:** add v3 and the ProjectAPI ([#769](https://github.com/scaleway/scaleway-sdk-js/issues/769)) ([bdf3d69](https://github.com/scaleway/scaleway-sdk-js/commit/bdf3d69b877df5c3a6084099d2457de37ebed76b))
12+
- **k8s:** return more information on cluster types ([#773](https://github.com/scaleway/scaleway-sdk-js/issues/773)) ([fc96ca3](https://github.com/scaleway/scaleway-sdk-js/commit/fc96ca3289d2154efd54fd82abd9538ce3780e0e))
13+
- **rdb:** promote read replica ([#774](https://github.com/scaleway/scaleway-sdk-js/issues/774)) ([1c1d832](https://github.com/scaleway/scaleway-sdk-js/commit/1c1d83262214672c171c119d4bb995c1b40db801))
14+
- **tem:** add flags field on email getting methods ([#771](https://github.com/scaleway/scaleway-sdk-js/issues/771)) ([ce00ce9](https://github.com/scaleway/scaleway-sdk-js/commit/ce00ce9d34d75e14ca887fc8d39452ecf59cf581))
15+
616
## [1.20.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/sdk@1.19.0...@scaleway/sdk@1.20.0) (2023-07-11)
717

818
### 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.20.0",
3+
"version": "1.21.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.20.0'
1+
export const version = 'v1.21.0'
22

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

0 commit comments

Comments
 (0)