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 Nov 7, 2023
1 parent b619281 commit 65cd5e9
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions packages/clients/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
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.18](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/[email protected]...@scaleway/[email protected]) (2023-11-07)

### Features

- generation ([d32b6ee](https://github.com/scaleway/scaleway-sdk-js/commit/d32b6eeca6300e03b4a5bb762f8ded40adcbf176))
- update ([4eb5584](https://github.com/scaleway/scaleway-sdk-js/commit/4eb55849aa737cfadb92693edfe06e3e2ff28513))
- v2 ([0d7ed77](https://github.com/scaleway/scaleway-sdk-js/commit/0d7ed7771ac79057ddd4ade63126582d38438851))

### Bug Fixes

- avoid default values for nested properties ([b619281](https://github.com/scaleway/scaleway-sdk-js/commit/b61928183a409e9c221d50a0f4f8b30b145cda64))

## [1.42.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/[email protected]...@scaleway/[email protected]) (2023-11-06)

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

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

0 comments on commit 65cd5e9

Please sign in to comment.