Skip to content

Commit cb232b2

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

File tree

4 files changed

+4855
-1743
lines changed

4 files changed

+4855
-1743
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.44.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/[email protected]...@scaleway/[email protected]) (2024-08-26)
7+
8+
### Features
9+
10+
- **block:** add ams-2 in sbs localities ([#1391](https://github.com/scaleway/scaleway-sdk-js/issues/1391)) ([9cb1240](https://github.com/scaleway/scaleway-sdk-js/commit/9cb1240d21c0721294396205c368ca431cd18d06))
11+
- **serverless_sqldb:** add field db_size in message DatabaseBackup ([#1392](https://github.com/scaleway/scaleway-sdk-js/issues/1392)) ([622dbc2](https://github.com/scaleway/scaleway-sdk-js/commit/622dbc27c5ff9bdb2add5e9ae1b53c5967dbec4a))
12+
613
## [2.43.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/[email protected]...@scaleway/[email protected]) (2024-08-12)
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.43.0",
3+
"version": "2.44.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.43.0'
1+
export const version = 'v2.44.0'
22

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

0 commit comments

Comments
 (0)