Skip to content

Commit 21c75aa

Browse files
committed
chore(release): publish
- @scaleway/[email protected]
1 parent 4c61ccc commit 21c75aa

File tree

4 files changed

+5641
-2024
lines changed

4 files changed

+5641
-2024
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+
## [2.21.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/[email protected]...@scaleway/[email protected]) (2024-03-18)
7+
8+
### Features
9+
10+
- **cockpit:** add new Expert plan ([#1188](https://github.com/scaleway/scaleway-sdk-js/issues/1188)) ([7f7030e](https://github.com/scaleway/scaleway-sdk-js/commit/7f7030eb5a548aab047150b6fa24e28d821dccd4))
11+
- **domain:** add status on Domain for trade integration ([#1185](https://github.com/scaleway/scaleway-sdk-js/issues/1185)) ([1a23b6a](https://github.com/scaleway/scaleway-sdk-js/commit/1a23b6a39021afd5cecd1e1688e2d6c3b74ea31c))
12+
- **marketplace:** remove deprecated v1 ([#1182](https://github.com/scaleway/scaleway-sdk-js/issues/1182)) ([ab8bdae](https://github.com/scaleway/scaleway-sdk-js/commit/ab8bdaef0b3109ae94cf3b41807745fd01dcaf2a))
13+
- **serverless:** remove serverless metrics and logs endpoints ([#1187](https://github.com/scaleway/scaleway-sdk-js/issues/1187)) ([1c3f106](https://github.com/scaleway/scaleway-sdk-js/commit/1c3f106577243de76732c3d2ad981e644d25ed7c))
14+
- **tem:** add domain records and DMARC configuration ([#1186](https://github.com/scaleway/scaleway-sdk-js/issues/1186)) ([5d43aaa](https://github.com/scaleway/scaleway-sdk-js/commit/5d43aaa421036979c05824c8b602774e8f176dc4))
15+
616
## [2.20.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/[email protected]...@scaleway/[email protected]) (2024-03-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": "2.20.0",
3+
"version": "2.21.0",
44
"license": "Apache-2.0",
55
"description": "Scaleway SDK.",
66
"keywords": [
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
export const version = 'v2.20.0'
1+
export const version = 'v2.21.0'
22

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

0 commit comments

Comments
 (0)