Skip to content

Commit 1724357

Browse files
committed
chore(release): publish
- @scaleway/sdk@2.6.0
1 parent f2ed04c commit 1724357

File tree

4 files changed

+5658
-2032
lines changed

4 files changed

+5658
-2032
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.6.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/sdk@2.5.0...@scaleway/sdk@2.6.0) (2023-12-11)
7+
8+
### Features
9+
10+
- **instance:** replace some get/put utils by patch ones ([#1010](https://github.com/scaleway/scaleway-sdk-js/issues/1010)) ([b67133c](https://github.com/scaleway/scaleway-sdk-js/commit/b67133c1cf0af4d9d3f0ea4c1877c9d1c67b8721))
11+
- **k8s:** add nodelabels for kosmos nodes ([#1040](https://github.com/scaleway/scaleway-sdk-js/issues/1040)) ([c8437f0](https://github.com/scaleway/scaleway-sdk-js/commit/c8437f01dc8b57b88d80ed2cb3abfa6d93ea337f))
12+
613
## [2.5.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/sdk@2.4.2...@scaleway/sdk@2.5.0) (2023-11-30)
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.5.0",
3+
"version": "2.6.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.5.0'
1+
export const version = 'v2.6.0'
22

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

0 commit comments

Comments
 (0)