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

## [2.35.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/[email protected]...@scaleway/[email protected]) (2024-06-24)

### Features

- **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))
- **tem:** add missing rules ([#1335](https://github.com/scaleway/scaleway-sdk-js/issues/1335)) ([4bea1d2](https://github.com/scaleway/scaleway-sdk-js/commit/4bea1d2b5d1e478e0dc6013c8143451ad1e35a2c))

### Bug Fixes

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

## [2.34.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/[email protected]...@scaleway/[email protected]) (2024-06-17)

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

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

0 comments on commit 5577d92

Please sign in to comment.