Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @scaleway/sdk@2.62.0
  • Loading branch information
scaleway-bot committed Jan 20, 2025
1 parent 0d07c24 commit 873dce9
Show file tree
Hide file tree
Showing 4 changed files with 5,109 additions and 1,843 deletions.
11 changes: 11 additions & 0 deletions packages/clients/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.62.0](/~https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/sdk@2.61.0...@scaleway/sdk@2.62.0) (2025-01-20)

### Features

- **account:** activate public generation ([#1720](/~https://github.com/scaleway/scaleway-sdk-js/issues/1720)) ([9760f7f](/~https://github.com/scaleway/scaleway-sdk-js/commit/9760f7f49714f3ba40bcd9c0a8f34e206b4e30d1))
- 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))
- **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))
- **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))
- **tem:** add blocklisted flag ([#1711](/~https://github.com/scaleway/scaleway-sdk-js/issues/1711)) ([c897e18](/~https://github.com/scaleway/scaleway-sdk-js/commit/c897e18095b1b9fed7d3dd4bf25d2d10179fb03c))
- **tem:** generate blocklist sdk ([#1707](/~https://github.com/scaleway/scaleway-sdk-js/issues/1707)) ([108883f](/~https://github.com/scaleway/scaleway-sdk-js/commit/108883f6a3fb72c029c01c8d9c54e88844093c90))

## [2.61.0](/~https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/sdk@2.60.0...@scaleway/sdk@2.61.0) (2025-01-13)

### 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.61.0",
"version": "2.62.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.61.0'
export const version = 'v2.62.0'

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

0 comments on commit 873dce9

Please sign in to comment.