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 Jul 1, 2024
1 parent 5dd1217 commit a911ac4
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.36.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/[email protected]...@scaleway/[email protected]) (2024-07-01)

### Features

- **container:** add of sandbox ([#1338](https://github.com/scaleway/scaleway-sdk-js/issues/1338)) ([65f3c66](https://github.com/scaleway/scaleway-sdk-js/commit/65f3c66eba15435463302e1f9e5b0b3ab26fb010))
- **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))

### Bug Fixes

- **inference:** change namespace ([#1339](https://github.com/scaleway/scaleway-sdk-js/issues/1339)) ([9ff7b6d](https://github.com/scaleway/scaleway-sdk-js/commit/9ff7b6dde0d1969f11828a5d70d237d1419f5247))

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

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

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

0 comments on commit a911ac4

Please sign in to comment.