Skip to content

Commit 0894016

Browse files
committed
chore(release): publish
- @scaleway/sdk@2.42.0
1 parent d207b5e commit 0894016

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

packages/clients/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.42.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/sdk@2.41.0...@scaleway/sdk@2.42.0) (2024-07-29)
7+
8+
### Features
9+
10+
- add SVCB HTTPS in DomainRecordType ([#1372](https://github.com/scaleway/scaleway-sdk-js/issues/1372)) ([ead32a1](https://github.com/scaleway/scaleway-sdk-js/commit/ead32a1cbb14ead02d84b37440fb4220423da62c))
11+
- **apple_silicon:** expose ssh/sudo credentials in public APIs ([#1371](https://github.com/scaleway/scaleway-sdk-js/issues/1371)) ([885f185](https://github.com/scaleway/scaleway-sdk-js/commit/885f185fbad933c5bb0cec493a10fbe4af4add2c))
12+
13+
### Bug Fixes
14+
15+
- **instance:** change export_uri to deprecated ([#1375](https://github.com/scaleway/scaleway-sdk-js/issues/1375)) ([d207b5e](https://github.com/scaleway/scaleway-sdk-js/commit/d207b5e19447f77a9667a55052dfa2d2f00af02c))
16+
617
## [2.41.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/sdk@2.40.0...@scaleway/sdk@2.41.0) (2024-07-22)
718

819
### 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.41.0",
3+
"version": "2.42.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.41.0'
1+
export const version = 'v2.42.0'
22

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

0 commit comments

Comments
 (0)