Skip to content

Commit a7748ad

Browse files
committed
chore(release): publish
- @scaleway/[email protected]
1 parent a56836c commit a7748ad

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.61.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/[email protected]...@scaleway/[email protected]) (2025-01-13)
7+
8+
### Features
9+
10+
- **vpcgw:** add support BastionAllowedIPs ([#1703](https://github.com/scaleway/scaleway-sdk-js/issues/1703)) ([a56836c](https://github.com/scaleway/scaleway-sdk-js/commit/a56836cba0f9828dd1934ff954bfaaed216fd3e3))
11+
- **webhosting:** add option support ([#1701](https://github.com/scaleway/scaleway-sdk-js/issues/1701)) ([5a01437](https://github.com/scaleway/scaleway-sdk-js/commit/5a01437647e456ec2218c268bf2e17df7af60555))
12+
13+
### Bug Fixes
14+
15+
- **containers:** update doc descriptions with correct wording ([#1702](https://github.com/scaleway/scaleway-sdk-js/issues/1702)) ([b953767](https://github.com/scaleway/scaleway-sdk-js/commit/b953767335730be71643cdbe5fc6dfc22c290ba1))
16+
617
## [2.60.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/[email protected]...@scaleway/[email protected]) (2024-12-30)
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.60.0",
3+
"version": "2.61.0",
44
"license": "Apache-2.0",
55
"description": "Scaleway SDK.",
66
"keywords": [
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
export const version = 'v2.60.0'
1+
export const version = 'v2.61.0'
22

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

0 commit comments

Comments
 (0)