Skip to content

Commit 08b8433

Browse files
committed
chore(release): publish
- @scaleway/sdk@2.40.0
1 parent 8def703 commit 08b8433

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

packages/clients/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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.40.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/sdk@2.39.0...@scaleway/sdk@2.40.0) (2024-07-18)
7+
8+
### Features
9+
10+
- **edge_services:** add args to List filters ([#1366](https://github.com/scaleway/scaleway-sdk-js/issues/1366)) ([365da9e](https://github.com/scaleway/scaleway-sdk-js/commit/365da9e93d2cfe442eb2d6529f065574c4323105))
11+
- **scw:** add blob to scw file marshaler ([#1367](https://github.com/scaleway/scaleway-sdk-js/issues/1367)) ([8def703](https://github.com/scaleway/scaleway-sdk-js/commit/8def703476c14f922dcfb328eea24e5bb9cea3bb))
12+
613
## [2.39.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/sdk@2.38.1...@scaleway/sdk@2.39.0) (2024-07-15)
714

815
### 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.39.0",
3+
"version": "2.40.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.39.0'
1+
export const version = 'v2.40.0'
22

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

0 commit comments

Comments
 (0)