Skip to content

Commit b0fca26

Browse files
committed
chore(release): publish
- @scaleway/[email protected]
1 parent b48ac5f commit b0fca26

File tree

4 files changed

+5629
-2020
lines changed

4 files changed

+5629
-2020
lines changed

packages/clients/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
## [1.33.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/[email protected]...@scaleway/[email protected]) (2023-10-02)
7+
8+
### Features
9+
10+
- **document-db:** set all docs and SDK public ([#890](https://github.com/scaleway/scaleway-sdk-js/issues/890)) ([58f9413](https://github.com/scaleway/scaleway-sdk-js/commit/58f9413634cc7e543cd8da483833806cb96f1fa0))
11+
- **dom:** add endpoint to list Tlds Offers ([#895](https://github.com/scaleway/scaleway-sdk-js/issues/895)) ([22a5981](https://github.com/scaleway/scaleway-sdk-js/commit/22a59817f83a29a8e64fad31a2bd5a68b430e07a))
12+
- **sbs:** switch sbs to Private Beta ([#893](https://github.com/scaleway/scaleway-sdk-js/issues/893)) ([0c50515](https://github.com/scaleway/scaleway-sdk-js/commit/0c50515bd6a87b097f4bcdd73dcc99d45aff37d7))
13+
614
## [1.32.1](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/[email protected]...@scaleway/[email protected]) (2023-09-26)
715

816
### Bug Fixes

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": "1.32.1",
3+
"version": "1.33.0",
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 = 'v1.32.1'
1+
export const version = 'v1.33.0'
22

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

0 commit comments

Comments
 (0)