Skip to content

Commit 048c7f0

Browse files
committed
chore(release): publish
- @scaleway/[email protected]
1 parent 5c2efb8 commit 048c7f0

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
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.0.0-alpha.12](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/[email protected]...@scaleway/[email protected]) (2023-10-23)
7+
8+
### Features
9+
10+
- revert utils changes ([5c2efb8](https://github.com/scaleway/scaleway-sdk-js/commit/5c2efb822ffc90bc88eebd7ade05949ce31bae76))
11+
612
## [2.0.0-alpha.11](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/[email protected]...@scaleway/[email protected]) (2023-10-20)
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.0.0-alpha.11",
3+
"version": "2.0.0-alpha.12",
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.11'
1+
export const version = 'v2.0.0-alpha.12'
22

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

0 commit comments

Comments
 (0)