Skip to content

Commit 184bac5

Browse files
committed
chore(release): publish
- @scaleway/sdk@2.0.0-alpha.17
1 parent 4c2954b commit 184bac5

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

packages/clients/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
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.17](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/sdk@1.41.0...@scaleway/sdk@2.0.0-alpha.17) (2023-11-03)
7+
8+
### Features
9+
10+
- generation ([0bda2de](https://github.com/scaleway/scaleway-sdk-js/commit/0bda2de50c5e3937443e9911731b7e2ef81f1ea0))
11+
- **serverless_jobs:** generate SDKs ([#974](https://github.com/scaleway/scaleway-sdk-js/issues/974)) ([97e1175](https://github.com/scaleway/scaleway-sdk-js/commit/97e1175551f8291cf1636f0b671fc723ae1a20b0))
12+
- update ([4c2954b](https://github.com/scaleway/scaleway-sdk-js/commit/4c2954b4ff3cd8f19a876bbaf16301e6ffdfdf99))
13+
- v2 ([665b970](https://github.com/scaleway/scaleway-sdk-js/commit/665b970fe953caedf019d7a9c7725008f389e6e2))
14+
615
## [1.41.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/sdk@1.40.0...@scaleway/sdk@1.41.0) (2023-11-02)
716

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

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

0 commit comments

Comments
 (0)