Skip to content

Commit ffaa4c8

Browse files
committed
chore(release): publish
- @scaleway/sdk@2.23.0
1 parent 8dc65f4 commit ffaa4c8

File tree

4 files changed

+5503
-1977
lines changed

4 files changed

+5503
-1977
lines changed

packages/clients/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
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.23.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/sdk@2.22.0...@scaleway/sdk@2.23.0) (2024-04-08)
7+
8+
### Features
9+
10+
- **dedibox:** add v1 ([#1215](https://github.com/scaleway/scaleway-sdk-js/issues/1215)) ([711d33d](https://github.com/scaleway/scaleway-sdk-js/commit/711d33d191ca486ea4da23fdbbe6d6c34448a56f))
11+
- **iam:** allow filtering by name in ListQuotas ([#1212](https://github.com/scaleway/scaleway-sdk-js/issues/1212)) ([39e03b4](https://github.com/scaleway/scaleway-sdk-js/commit/39e03b470deb6dbb7b8c1e52af652b7cd762b111))
12+
- **secret_manager:** return type on AccessSecretVersion ([#1214](https://github.com/scaleway/scaleway-sdk-js/issues/1214)) ([f29c488](https://github.com/scaleway/scaleway-sdk-js/commit/f29c488a27d731c9106baa1ae15879ec492d9e1d))
13+
- **vpc/v2:** allow routing activation on existing VPCs ([#1221](https://github.com/scaleway/scaleway-sdk-js/issues/1221)) ([706f4a7](https://github.com/scaleway/scaleway-sdk-js/commit/706f4a72f2d7630982eacfb913cf8bf498da8a53))
14+
615
## [2.22.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/sdk@2.21.1...@scaleway/sdk@2.22.0) (2024-04-01)
716

817
### 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.22.0",
3+
"version": "2.23.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.22.0'
1+
export const version = 'v2.23.0'
22

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

0 commit comments

Comments
 (0)