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
scaleway-bot committed Jan 8, 2024
1 parent 3db8652 commit 1aa52ce
Show file tree
Hide file tree
Showing 4 changed files with 5,633 additions and 2,021 deletions.
8 changes: 8 additions & 0 deletions packages/clients/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.11.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/[email protected]...@scaleway/[email protected]) (2024-01-08)

### Features

- **billing:** add v2beta1 API ([#1082](https://github.com/scaleway/scaleway-sdk-js/issues/1082)) ([c613a94](https://github.com/scaleway/scaleway-sdk-js/commit/c613a94d2099b1cf55cdf53481d4fc5b2f6d6abb))
- **rdb:** add instance_id to ReadReplica ([#1083](https://github.com/scaleway/scaleway-sdk-js/issues/1083)) ([60a08fc](https://github.com/scaleway/scaleway-sdk-js/commit/60a08fc91a6aa8312e04c6dcdee1ee8d2a57fc7d))
- **tem:** add field to accept new headers in create email endpoint ([#1084](https://github.com/scaleway/scaleway-sdk-js/issues/1084)) ([fd05628](https://github.com/scaleway/scaleway-sdk-js/commit/fd056280d1cb89c55f34ecb3920d67eddb65dbfa))

## [2.10.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/[email protected]...@scaleway/[email protected]) (2024-01-03)

### 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.10.0",
"version": "2.11.0",
"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.10.0'
export const version = 'v2.11.0'

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

0 comments on commit 1aa52ce

Please sign in to comment.