Skip to content

Commit 990ef36

Browse files
committed
chore(release): publish
- @scaleway/sdk@2.5.0
1 parent ff0b449 commit 990ef36

File tree

4 files changed

+5611
-2013
lines changed

4 files changed

+5611
-2013
lines changed

packages/clients/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
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.5.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/sdk@2.4.2...@scaleway/sdk@2.5.0) (2023-11-30)
7+
8+
### Features
9+
10+
- **cockpit:** add deleteDatasource endpoint ([#1034](https://github.com/scaleway/scaleway-sdk-js/issues/1034)) ([054d13a](https://github.com/scaleway/scaleway-sdk-js/commit/054d13a68737a7f71589d0f3dcc37ecd078e8752))
11+
- **k8s:** add node binaries versions ([#1033](https://github.com/scaleway/scaleway-sdk-js/issues/1033)) ([89a3fb1](https://github.com/scaleway/scaleway-sdk-js/commit/89a3fb18fc99f2e2d3296822c5652f0ec7abc65f))
12+
- **webhosting:** add control panels field in listHostings request ([#1035](https://github.com/scaleway/scaleway-sdk-js/issues/1035)) ([667fd73](https://github.com/scaleway/scaleway-sdk-js/commit/667fd73bb4c6b10c6a56ff0a48284b752a60c36e))
13+
- **webhosting:** add fields to hosting & platforms ([#1032](https://github.com/scaleway/scaleway-sdk-js/issues/1032)) ([d025d26](https://github.com/scaleway/scaleway-sdk-js/commit/d025d26886c76bf05be7489b508920d7bf9341ea))
14+
615
## [2.4.2](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/sdk@2.4.1...@scaleway/sdk@2.4.2) (2023-11-28)
716

817
**Note:** Version bump only for package @scaleway/sdk

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.4.2",
3+
"version": "2.5.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.4.2'
1+
export const version = 'v2.5.0'
22

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

0 commit comments

Comments
 (0)