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 Aug 26, 2024
1 parent 5fb0a28 commit cb232b2
Show file tree
Hide file tree
Showing 4 changed files with 4,855 additions and 1,743 deletions.
7 changes: 7 additions & 0 deletions packages/clients/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.44.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/[email protected]...@scaleway/[email protected]) (2024-08-26)

### Features

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

## [2.43.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/[email protected]...@scaleway/[email protected]) (2024-08-12)

### 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.43.0",
"version": "2.44.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.43.0'
export const version = 'v2.44.0'

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

0 comments on commit cb232b2

Please sign in to comment.