Skip to content

Commit 21d0735

Browse files
committed
chore(release): publish
- @scaleway/sdk@2.38.0
1 parent db39985 commit 21d0735

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

packages/clients/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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.38.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/sdk@2.37.0...@scaleway/sdk@2.38.0) (2024-07-11)
7+
8+
### Features
9+
10+
- add decimal type ([#1334](https://github.com/scaleway/scaleway-sdk-js/issues/1334)) ([dc00cb0](https://github.com/scaleway/scaleway-sdk-js/commit/dc00cb0e3b2de5330e5e0601b5379efe34be5673))
11+
- **inference:** update inference models ordering ([#1359](https://github.com/scaleway/scaleway-sdk-js/issues/1359)) ([1b391cc](https://github.com/scaleway/scaleway-sdk-js/commit/1b391cc41913d6c4d12b87d49de045a5b2855121))
12+
- **ipam:** allow to list available IPs for given resource types ([#1361](https://github.com/scaleway/scaleway-sdk-js/issues/1361)) ([11be518](https://github.com/scaleway/scaleway-sdk-js/commit/11be518cabb12b45104af64b93f8d58541a7cd36))
13+
- **scw:** add custom marshalers for Decimal ([#1362](https://github.com/scaleway/scaleway-sdk-js/issues/1362)) ([db39985](https://github.com/scaleway/scaleway-sdk-js/commit/db3998570b33dcfdd457f594badb70ffcbb2b882))
14+
- **secret_manager:** add secret type to browse secret response ([#1360](https://github.com/scaleway/scaleway-sdk-js/issues/1360)) ([94fa112](https://github.com/scaleway/scaleway-sdk-js/commit/94fa112edd0bf6e6b7cf5861c8f8ade9cf2c9488))
15+
616
## [2.37.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/sdk@2.36.0...@scaleway/sdk@2.37.0) (2024-07-08)
717

818
### 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.37.0",
3+
"version": "2.38.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.37.0'
1+
export const version = 'v2.38.0'
22

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

0 commit comments

Comments
 (0)