Skip to content

Commit 48a1b50

Browse files
committed
chore(release): publish
- @scaleway/[email protected]
1 parent 8c907c7 commit 48a1b50

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

packages/clients/CHANGELOG.md

+10
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.65.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/[email protected]...@scaleway/[email protected]) (2025-02-10)
7+
8+
### Features
9+
10+
- **cockpit:** add received_resolved field ([#1774](https://github.com/scaleway/scaleway-sdk-js/issues/1774)) ([b7136e2](https://github.com/scaleway/scaleway-sdk-js/commit/b7136e25525e1705c34a603a825d70f9984e3da8))
11+
- **ipam:** register serverless_container and serverless_function ([#1782](https://github.com/scaleway/scaleway-sdk-js/issues/1782)) ([2b5cf52](https://github.com/scaleway/scaleway-sdk-js/commit/2b5cf52a066d0c63282b2550c04f3049b1591064))
12+
- **key_manager:** review wording ([#1776](https://github.com/scaleway/scaleway-sdk-js/issues/1776)) ([d68d48c](https://github.com/scaleway/scaleway-sdk-js/commit/d68d48c937204eff73a8e4488d8c16a3543a784d))
13+
- **lb:** add bool to match subdomains in routes ([#1773](https://github.com/scaleway/scaleway-sdk-js/issues/1773)) ([bc6df3f](https://github.com/scaleway/scaleway-sdk-js/commit/bc6df3fbff76665904c2fc88fd8f90dee908f975))
14+
- **webhosting:** add public search domains ([#1767](https://github.com/scaleway/scaleway-sdk-js/issues/1767)) ([ee7bf2a](https://github.com/scaleway/scaleway-sdk-js/commit/ee7bf2a9e61a46c87bcbb1cb5fb93704c3648e56))
15+
616
## [2.64.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/[email protected]...@scaleway/[email protected]) (2025-02-03)
717

818
### Features

packages/clients/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scaleway/sdk",
3-
"version": "2.64.0",
3+
"version": "2.65.0",
44
"license": "Apache-2.0",
55
"description": "Scaleway SDK.",
66
"keywords": [

packages/clients/src/scw/constants.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
export const version = 'v2.64.0'
1+
export const version = 'v2.65.0'
22

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

0 commit comments

Comments
 (0)