Skip to content

Commit a911ac4

Browse files
committed
chore(release): publish
- @scaleway/sdk@2.36.0
1 parent 5dd1217 commit a911ac4

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.36.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/sdk@2.35.0...@scaleway/sdk@2.36.0) (2024-07-01)
7+
8+
### Features
9+
10+
- **container:** add of sandbox ([#1338](https://github.com/scaleway/scaleway-sdk-js/issues/1338)) ([65f3c66](https://github.com/scaleway/scaleway-sdk-js/commit/65f3c66eba15435463302e1f9e5b0b3ab26fb010))
11+
- **secret_manager:** add ListSecretTypes endpoint ([#1340](https://github.com/scaleway/scaleway-sdk-js/issues/1340)) ([21b069f](https://github.com/scaleway/scaleway-sdk-js/commit/21b069fb4eb72ce7374f75642f11d54847e8a52a))
12+
13+
### Bug Fixes
14+
15+
- **inference:** change namespace ([#1339](https://github.com/scaleway/scaleway-sdk-js/issues/1339)) ([9ff7b6d](https://github.com/scaleway/scaleway-sdk-js/commit/9ff7b6dde0d1969f11828a5d70d237d1419f5247))
16+
617
## [2.35.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/sdk@2.34.0...@scaleway/sdk@2.35.0) (2024-06-24)
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.35.0",
3+
"version": "2.36.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.35.0'
1+
export const version = 'v2.36.0'
22

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

0 commit comments

Comments
 (0)