Skip to content

Commit b1c8659

Browse files
committed
chore(release): publish
- @scaleway/sdk@2.33.0
1 parent d5e5878 commit b1c8659

File tree

4 files changed

+5079
-1827
lines changed

4 files changed

+5079
-1827
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.33.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/sdk@2.32.0...@scaleway/sdk@2.33.0) (2024-06-10)
7+
8+
### Features
9+
10+
- **instance:** adapt pnic creation to ipam workflow ([#1307](https://github.com/scaleway/scaleway-sdk-js/issues/1307)) ([b71a504](https://github.com/scaleway/scaleway-sdk-js/commit/b71a504155908126989c1e89b0a0a270352d0d96))
11+
- **serverless_jobs:** add ListJobsResources method ([#1309](https://github.com/scaleway/scaleway-sdk-js/issues/1309)) ([566a38e](https://github.com/scaleway/scaleway-sdk-js/commit/566a38ece7ac0bea74c4d4881713d28d9d2a7493))
12+
- **serverless:** add node22, python312, php83, go122 and rust178 runtimes ([#1306](https://github.com/scaleway/scaleway-sdk-js/issues/1306)) ([44bf792](https://github.com/scaleway/scaleway-sdk-js/commit/44bf792a53cfdddec1b402f342ec9779b8ea29ea))
13+
- **tem:** list webhooks by domain ID ([#1305](https://github.com/scaleway/scaleway-sdk-js/issues/1305)) ([82c290c](https://github.com/scaleway/scaleway-sdk-js/commit/82c290c3615c15eef4a4e4a80bf46161caa84145))
14+
615
## [2.32.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/sdk@2.31.0...@scaleway/sdk@2.32.0) (2024-06-03)
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.32.0",
3+
"version": "2.33.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.32.0'
1+
export const version = 'v2.33.0'
22

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

0 commit comments

Comments
 (0)