Skip to content

Commit 647593a

Browse files
committed
chore(release): publish
- @scaleway/sdk@2.18.1
1 parent f1e2336 commit 647593a

File tree

4 files changed

+5399
-1933
lines changed

4 files changed

+5399
-1933
lines changed

packages/clients/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.18.1](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/sdk@2.18.0...@scaleway/sdk@2.18.1) (2024-02-26)
7+
8+
### Bug Fixes
9+
10+
- **vpc_gw:** return Empty on EnableIPMobility ([#1158](https://github.com/scaleway/scaleway-sdk-js/issues/1158)) ([94bef51](https://github.com/scaleway/scaleway-sdk-js/commit/94bef5185438db72d55fd1505cbdba64393e306e))
11+
612
## [2.18.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/sdk@2.17.0...@scaleway/sdk@2.18.0) (2024-02-19)
713

814
### 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.18.0",
3+
"version": "2.18.1",
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.18.0'
1+
export const version = 'v2.18.1'
22

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

0 commit comments

Comments
 (0)