Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @scaleway/[email protected]
  • Loading branch information
scaleway-bot committed Jul 29, 2024
1 parent d207b5e commit 0894016
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions packages/clients/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.42.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/[email protected]...@scaleway/[email protected]) (2024-07-29)

### Features

- 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))
- **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))

### Bug Fixes

- **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))

## [2.41.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/[email protected]...@scaleway/[email protected]) (2024-07-22)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/clients/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scaleway/sdk",
"version": "2.41.0",
"version": "2.42.0",
"license": "Apache-2.0",
"description": "Scaleway SDK.",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/clients/src/scw/constants.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const version = 'v2.41.0'
export const version = 'v2.42.0'

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

0 comments on commit 0894016

Please sign in to comment.