Skip to content

Commit eb8e88c

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

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
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.47.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/[email protected]...@scaleway/[email protected]) (2024-09-23)
7+
8+
### Features
9+
10+
- **iam:** add locked status on User ([#1432](https://github.com/scaleway/scaleway-sdk-js/issues/1432)) ([238aeab](https://github.com/scaleway/scaleway-sdk-js/commit/238aeabd53c8d8d2082b137604703f353ecc45ea))
11+
- **k8s:** add validations on Create/Update cluster ([#1436](https://github.com/scaleway/scaleway-sdk-js/issues/1436)) ([fab6928](https://github.com/scaleway/scaleway-sdk-js/commit/fab69284129d15bf1f4c8b5115a8ebce031fdcfb))
12+
- **tem:** add project settings endpoint ([#1435](https://github.com/scaleway/scaleway-sdk-js/issues/1435)) ([773f36c](https://github.com/scaleway/scaleway-sdk-js/commit/773f36c17b4cbbda599bf56921a9c4bcc960fe00))
13+
- **webhosting:** add send welcome email param at hosting creation ([#1433](https://github.com/scaleway/scaleway-sdk-js/issues/1433)) ([5b9496b](https://github.com/scaleway/scaleway-sdk-js/commit/5b9496b1785a7dc0d4cc243ffb0535eccf2da217))
14+
615
## [2.46.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/[email protected]...@scaleway/[email protected]) (2024-09-16)
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.46.0",
3+
"version": "2.47.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.46.0'
1+
export const version = 'v2.47.0'
22

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

0 commit comments

Comments
 (0)