Skip to content

Commit d3f0ca3

Browse files
committed
chore(release): publish
- @scaleway/sdk@2.55.0
1 parent aa34b25 commit d3f0ca3

File tree

4 files changed

+5011
-1804
lines changed

4 files changed

+5011
-1804
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+
## [2.55.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/sdk@2.54.0...@scaleway/sdk@2.55.0) (2024-11-18)
7+
8+
### Features
9+
10+
- **block:** improve arguments configuration ([#1576](https://github.com/scaleway/scaleway-sdk-js/issues/1576)) ([aa34b25](https://github.com/scaleway/scaleway-sdk-js/commit/aa34b256c86d21e27737ad460939a9c5462ea9e8))
11+
- **iam:** add send_welcome_email in CreateUser ([#1569](https://github.com/scaleway/scaleway-sdk-js/issues/1569)) ([be1f311](https://github.com/scaleway/scaleway-sdk-js/commit/be1f311818a4612359ae49afde001855dc4268b7))
12+
- **mongodb:** add DeleteEndpoint ([#1575](https://github.com/scaleway/scaleway-sdk-js/issues/1575)) ([cbd4509](https://github.com/scaleway/scaleway-sdk-js/commit/cbd4509d1872d561beabe5d1fa02fa1f9bcb8ab9))
13+
- **webhosting:** add hosting resource summary ([#1573](https://github.com/scaleway/scaleway-sdk-js/issues/1573)) ([54c1f2e](https://github.com/scaleway/scaleway-sdk-js/commit/54c1f2e4c203c4cacac269b7d67e0cffbee209ea))
14+
615
## [2.54.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/sdk@2.53.0...@scaleway/sdk@2.54.0) (2024-11-11)
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": "2.54.0",
3+
"version": "2.55.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 = 'v2.54.0'
1+
export const version = 'v2.55.0'
22

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

0 commit comments

Comments
 (0)