Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @scaleway/[email protected]
  • Loading branch information
scaleway-bot committed Nov 18, 2024
1 parent aa34b25 commit d3f0ca3
Show file tree
Hide file tree
Showing 4 changed files with 5,011 additions and 1,804 deletions.
9 changes: 9 additions & 0 deletions packages/clients/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.55.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/[email protected]...@scaleway/[email protected]) (2024-11-18)

### Features

- **block:** improve arguments configuration ([#1576](https://github.com/scaleway/scaleway-sdk-js/issues/1576)) ([aa34b25](https://github.com/scaleway/scaleway-sdk-js/commit/aa34b256c86d21e27737ad460939a9c5462ea9e8))
- **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))
- **mongodb:** add DeleteEndpoint ([#1575](https://github.com/scaleway/scaleway-sdk-js/issues/1575)) ([cbd4509](https://github.com/scaleway/scaleway-sdk-js/commit/cbd4509d1872d561beabe5d1fa02fa1f9bcb8ab9))
- **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))

## [2.54.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/[email protected]...@scaleway/[email protected]) (2024-11-11)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/clients/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scaleway/sdk",
"version": "2.54.0",
"version": "2.55.0",
"license": "Apache-2.0",
"description": "Scaleway SDK.",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/clients/src/scw/constants.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const version = 'v2.54.0'
export const version = 'v2.55.0'

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

0 comments on commit d3f0ca3

Please sign in to comment.