Skip to content

Commit e71a95f

Browse files
committed
chore(release): publish
- @scaleway/sdk@2.0.0-alpha.14
1 parent c44b344 commit e71a95f

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

packages/clients/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.14](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/sdk@2.0.0-alpha.13...@scaleway/sdk@2.0.0-alpha.14) (2023-10-23)
7+
8+
**Note:** Version bump only for package @scaleway/sdk
9+
610
## [2.0.0-alpha.13](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/sdk@2.0.0-alpha.12...@scaleway/sdk@2.0.0-alpha.13) (2023-10-23)
711

812
**Note:** Version bump only for package @scaleway/sdk

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

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

0 commit comments

Comments
 (0)