Skip to content

Commit 5577d92

Browse files
committed
chore(release): publish
- @scaleway/[email protected]
1 parent 4bea1d2 commit 5577d92

File tree

4 files changed

+5177
-1866
lines changed

4 files changed

+5177
-1866
lines changed

packages/clients/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.35.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/[email protected]...@scaleway/[email protected]) (2024-06-24)
7+
8+
### Features
9+
10+
- **cockpit:** add route to update datasource name ([#1333](https://github.com/scaleway/scaleway-sdk-js/issues/1333)) ([63772b2](https://github.com/scaleway/scaleway-sdk-js/commit/63772b227a8bdb23076c6ff46b7bd44738f02384))
11+
- **tem:** add missing rules ([#1335](https://github.com/scaleway/scaleway-sdk-js/issues/1335)) ([4bea1d2](https://github.com/scaleway/scaleway-sdk-js/commit/4bea1d2b5d1e478e0dc6013c8143451ad1e35a2c))
12+
13+
### Bug Fixes
14+
15+
- **serverless:** support rust179 instead of rust178 ([#1332](https://github.com/scaleway/scaleway-sdk-js/issues/1332)) ([877702c](https://github.com/scaleway/scaleway-sdk-js/commit/877702c50c0d446a083d04035ec781f368198264))
16+
617
## [2.34.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/[email protected]...@scaleway/[email protected]) (2024-06-17)
718

819
### 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.34.0",
3+
"version": "2.35.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.34.0'
1+
export const version = 'v2.35.0'
22

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

0 commit comments

Comments
 (0)