Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @scaleway/[email protected]
  • Loading branch information
quantumsheep committed Oct 31, 2023
1 parent e417fbd commit c571cc9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions packages/clients/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.0-alpha.16](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/[email protected]...@scaleway/[email protected]) (2023-10-31)

### Features

- generation ([aef1d24](https://github.com/scaleway/scaleway-sdk-js/commit/aef1d24fd5e6db61d8f596a6587e8a7c0bfb09fe))
- v2 ([f9c7b7e](https://github.com/scaleway/scaleway-sdk-js/commit/f9c7b7e6cf12eb6f8e4017106dc02dcd99b88c38))

## [1.40.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/[email protected]...@scaleway/[email protected]) (2023-10-30)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/clients/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scaleway/sdk",
"version": "2.0.0-alpha.15",
"version": "2.0.0-alpha.16",
"license": "Apache-2.0",
"description": "Scaleway SDK.",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/clients/src/scw/constants.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const version = 'v2.0.0-alpha.15'
export const version = 'v2.0.0-alpha.16'

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

0 comments on commit c571cc9

Please sign in to comment.