Skip to content

Commit 873dce9

Browse files
committed
chore(release): publish
- @scaleway/[email protected]
1 parent 0d07c24 commit 873dce9

File tree

4 files changed

+5109
-1843
lines changed

4 files changed

+5109
-1843
lines changed

packages/clients/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.62.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/[email protected]...@scaleway/[email protected]) (2025-01-20)
7+
8+
### Features
9+
10+
- **account:** activate public generation ([#1720](https://github.com/scaleway/scaleway-sdk-js/issues/1720)) ([9760f7f](https://github.com/scaleway/scaleway-sdk-js/commit/9760f7f49714f3ba40bcd9c0a8f34e206b4e30d1))
11+
- add MFA OTP support for IAM members ([#1727](https://github.com/scaleway/scaleway-sdk-js/issues/1727)) ([5968a47](https://github.com/scaleway/scaleway-sdk-js/commit/5968a474d12f9fd9575b8636c7fb96926aa9b9f6))
12+
- **iam:** remove send_email in UpdateUserPassword ([#1718](https://github.com/scaleway/scaleway-sdk-js/issues/1718)) ([82f9381](https://github.com/scaleway/scaleway-sdk-js/commit/82f9381a93202951a103e44049af0cc2dad67025))
13+
- **serverless_jobs:** add state filter to list job runs ([#1719](https://github.com/scaleway/scaleway-sdk-js/issues/1719)) ([0ce574a](https://github.com/scaleway/scaleway-sdk-js/commit/0ce574ab86bb390eebcc0cf6f88ec7ddb34f10fb))
14+
- **tem:** add blocklisted flag ([#1711](https://github.com/scaleway/scaleway-sdk-js/issues/1711)) ([c897e18](https://github.com/scaleway/scaleway-sdk-js/commit/c897e18095b1b9fed7d3dd4bf25d2d10179fb03c))
15+
- **tem:** generate blocklist sdk ([#1707](https://github.com/scaleway/scaleway-sdk-js/issues/1707)) ([108883f](https://github.com/scaleway/scaleway-sdk-js/commit/108883f6a3fb72c029c01c8d9c54e88844093c90))
16+
617
## [2.61.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/[email protected]...@scaleway/[email protected]) (2025-01-13)
718

819
### Features

packages/clients/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scaleway/sdk",
3-
"version": "2.61.0",
3+
"version": "2.62.0",
44
"license": "Apache-2.0",
55
"description": "Scaleway SDK.",
66
"keywords": [

packages/clients/src/scw/constants.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
export const version = 'v2.61.0'
1+
export const version = 'v2.62.0'
22

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

0 commit comments

Comments
 (0)