Skip to content

Commit 845204d

Browse files
committed
chore(release): publish
- @scaleway/[email protected]
1 parent 081d400 commit 845204d

File tree

4 files changed

+5489
-1971
lines changed

4 files changed

+5489
-1971
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.26.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/[email protected]...@scaleway/[email protected]) (2024-04-29)
7+
8+
### Features
9+
10+
- **apple_silicon:** add os selection fields ([#1252](https://github.com/scaleway/scaleway-sdk-js/issues/1252)) ([c68cc53](https://github.com/scaleway/scaleway-sdk-js/commit/c68cc539ee07d53f3843865e513362c248b114b2))
11+
- **block:** add ImportSnapshotFromS3Request field explanation ([#1254](https://github.com/scaleway/scaleway-sdk-js/issues/1254)) ([081d400](https://github.com/scaleway/scaleway-sdk-js/commit/081d4003b02d285925995209dc9de0cda8fe67a1))
12+
- **k8s:** add MigrateClusterToRoutedIPs ([#1250](https://github.com/scaleway/scaleway-sdk-js/issues/1250)) ([30adef7](https://github.com/scaleway/scaleway-sdk-js/commit/30adef791340478d9ed0c87957aed40dd0eb788b))
13+
- **webhosting:** add a magic link autologin url for webhosting ([#1249](https://github.com/scaleway/scaleway-sdk-js/issues/1249)) ([9bf0ff8](https://github.com/scaleway/scaleway-sdk-js/commit/9bf0ff85909887aa6467beac6474a020fdc8e178))
14+
- **webhosting:** add public reset hosting password ([#1251](https://github.com/scaleway/scaleway-sdk-js/issues/1251)) ([06b151b](https://github.com/scaleway/scaleway-sdk-js/commit/06b151bf0057c0c1326601c67d6507eadc313364))
15+
616
## [2.25.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/[email protected]...@scaleway/[email protected]) (2024-04-22)
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.25.0",
3+
"version": "2.26.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.25.0'
1+
export const version = 'v2.26.0'
22

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

0 commit comments

Comments
 (0)