Skip to content

Commit 4ff6233

Browse files
committed
chore(release): publish
- @scaleway/sdk@2.10.0
1 parent c989692 commit 4ff6233

File tree

4 files changed

+5641
-2024
lines changed

4 files changed

+5641
-2024
lines changed

packages/clients/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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.10.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/sdk@2.9.0...@scaleway/sdk@2.10.0) (2024-01-03)
7+
8+
### Features
9+
10+
- **iam:** add UpdateUser ([#1080](https://github.com/scaleway/scaleway-sdk-js/issues/1080)) ([efb630a](https://github.com/scaleway/scaleway-sdk-js/commit/efb630a29a485b7509a7728eb348b3f7ff8bf2f4))
11+
- **lb:** generate ip_type for ListIpsRequest ([#1081](https://github.com/scaleway/scaleway-sdk-js/issues/1081)) ([e8e133b](https://github.com/scaleway/scaleway-sdk-js/commit/e8e133bffd23a8b8a66b0e76e48c5370ebbbe34e))
12+
613
## [2.9.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/sdk@2.8.0...@scaleway/sdk@2.9.0) (2024-01-01)
714

815
### 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.9.0",
3+
"version": "2.10.0",
44
"license": "Apache-2.0",
55
"description": "Scaleway SDK.",
66
"keywords": [

packages/clients/src/scw/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
export const version = 'v2.9.0'
1+
export const version = 'v2.10.0'
22

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

0 commit comments

Comments
 (0)