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 Sep 23, 2024
1 parent fab6928 commit eb8e88c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 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.47.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/[email protected]...@scaleway/[email protected]) (2024-09-23)

### Features

- **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))
- **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))
- **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))
- **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))

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

### 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.46.0",
"version": "2.47.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.46.0'
export const version = 'v2.47.0'

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

0 comments on commit eb8e88c

Please sign in to comment.