Skip to content

Commit 65cd5e9

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

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

packages/clients/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.0.0-alpha.18](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/[email protected]...@scaleway/[email protected]) (2023-11-07)
7+
8+
### Features
9+
10+
- generation ([d32b6ee](https://github.com/scaleway/scaleway-sdk-js/commit/d32b6eeca6300e03b4a5bb762f8ded40adcbf176))
11+
- update ([4eb5584](https://github.com/scaleway/scaleway-sdk-js/commit/4eb55849aa737cfadb92693edfe06e3e2ff28513))
12+
- v2 ([0d7ed77](https://github.com/scaleway/scaleway-sdk-js/commit/0d7ed7771ac79057ddd4ade63126582d38438851))
13+
14+
### Bug Fixes
15+
16+
- avoid default values for nested properties ([b619281](https://github.com/scaleway/scaleway-sdk-js/commit/b61928183a409e9c221d50a0f4f8b30b145cda64))
17+
618
## [1.42.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/[email protected]...@scaleway/[email protected]) (2023-11-06)
719

820
### 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.0.0-alpha.17",
3+
"version": "2.0.0-alpha.18",
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.0.0-alpha.17'
1+
export const version = 'v2.0.0-alpha.18'
22

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

0 commit comments

Comments
 (0)