Skip to content

Commit ece0ef4

Browse files
committed
chore(release): publish
- @scaleway/[email protected]
1 parent 8b47015 commit ece0ef4

File tree

4 files changed

+5446
-1951
lines changed

4 files changed

+5446
-1951
lines changed

packages/clients/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.20.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/[email protected]...@scaleway/[email protected]) (2024-03-11)
7+
8+
### Features
9+
10+
- **secret_manager:** add new secret types ([#1175](https://github.com/scaleway/scaleway-sdk-js/issues/1175)) ([66382b5](https://github.com/scaleway/scaleway-sdk-js/commit/66382b56c61a8accd1189a931dca03e13b9b871c))
11+
- **webhosting:** add "protected" field to hosting ([#1174](https://github.com/scaleway/scaleway-sdk-js/issues/1174)) ([a5fd4cc](https://github.com/scaleway/scaleway-sdk-js/commit/a5fd4cca869b2574a0a9857ec9ac70ab8e4571e7))
12+
- **webhosting:** add domain configuration ([#1173](https://github.com/scaleway/scaleway-sdk-js/issues/1173)) ([3ecdca1](https://github.com/scaleway/scaleway-sdk-js/commit/3ecdca1314ac1e7a64b7e87919b65b0f481fdc76))
13+
614
## [2.19.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/[email protected]...@scaleway/[email protected]) (2024-03-04)
715

816
### 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.19.0",
3+
"version": "2.20.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.19.0'
1+
export const version = 'v2.20.0'
22

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

0 commit comments

Comments
 (0)