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 Jan 13, 2025
1 parent a56836c commit a7748ad
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.61.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/[email protected]...@scaleway/[email protected]) (2025-01-13)

### Features

- **vpcgw:** add support BastionAllowedIPs ([#1703](https://github.com/scaleway/scaleway-sdk-js/issues/1703)) ([a56836c](https://github.com/scaleway/scaleway-sdk-js/commit/a56836cba0f9828dd1934ff954bfaaed216fd3e3))
- **webhosting:** add option support ([#1701](https://github.com/scaleway/scaleway-sdk-js/issues/1701)) ([5a01437](https://github.com/scaleway/scaleway-sdk-js/commit/5a01437647e456ec2218c268bf2e17df7af60555))

### Bug Fixes

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

## [2.60.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/[email protected]...@scaleway/[email protected]) (2024-12-30)

### 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.60.0",
"version": "2.61.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.60.0'
export const version = 'v2.61.0'

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

0 comments on commit a7748ad

Please sign in to comment.