Skip to content

Commit da7490a

Browse files
committed
chore(release): publish
- @scaleway/sdk@2.30.0
1 parent 57a9dd8 commit da7490a

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
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.30.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/sdk@2.29.0...@scaleway/sdk@2.30.0) (2024-05-20)
7+
8+
### Features
9+
10+
- **baremetal:** expose max bandwidth ([#1280](https://github.com/scaleway/scaleway-sdk-js/issues/1280)) ([d67f471](https://github.com/scaleway/scaleway-sdk-js/commit/d67f4713d050dbbd1c6a547e174946cc0bcad5f0))
11+
- **key_manager:** add v1alpha1 ([#1279](https://github.com/scaleway/scaleway-sdk-js/issues/1279)) ([f3efa9a](https://github.com/scaleway/scaleway-sdk-js/commit/f3efa9add80a0388f097b7a4afe4a63fdc75bda0))
12+
613
## [2.29.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/sdk@2.28.0...@scaleway/sdk@2.29.0) (2024-05-16)
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.29.0",
3+
"version": "2.30.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.29.0'
1+
export const version = 'v2.30.0'
22

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

0 commit comments

Comments
 (0)