Skip to content

Commit ba3d909

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

File tree

4 files changed

+5395
-1921
lines changed

4 files changed

+5395
-1921
lines changed

packages/clients/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.4.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/[email protected]...@scaleway/[email protected]) (2023-03-15)
7+
8+
### Features
9+
10+
- **baremetal:** rework documentation api bare metal product ([#523](https://github.com/scaleway/scaleway-sdk-js/issues/523)) ([3807b65](https://github.com/scaleway/scaleway-sdk-js/commit/3807b650a82acff03b03fb0d52ac20ef9d974f8e))
11+
- **dom:** add `natural_person` as a contact legal extension ([#504](https://github.com/scaleway/scaleway-sdk-js/issues/504)) ([20b42f0](https://github.com/scaleway/scaleway-sdk-js/commit/20b42f04b91953177f10a95a4dd9be14ee6c11fb))
12+
- **rdb:** prepare ipam integration ([#501](https://github.com/scaleway/scaleway-sdk-js/issues/501)) ([65e95be](https://github.com/scaleway/scaleway-sdk-js/commit/65e95be31aaa0af9ed119c0be14417f68232a7b4))
13+
- **tem:** add subject to Email, and add acceptToS to CreateDomainRequest ([#521](https://github.com/scaleway/scaleway-sdk-js/issues/521)) ([74564a2](https://github.com/scaleway/scaleway-sdk-js/commit/74564a273950c544e7cf31439d3500c146bc6bb7))
14+
- **vpc_gw:** add dhcp field in CreateGatewayNetworkRequest ([#502](https://github.com/scaleway/scaleway-sdk-js/issues/502)) ([2852168](https://github.com/scaleway/scaleway-sdk-js/commit/28521687e5483390fc2e69047b567169c6794940))
15+
- **webhosting:** filter listOffers with hostingId and indicate the available ones ([#503](https://github.com/scaleway/scaleway-sdk-js/issues/503)) ([b726ef0](https://github.com/scaleway/scaleway-sdk-js/commit/b726ef0673a07bc407a9071c9512a75200f5b42f))
16+
617
## [1.3.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/[email protected]...@scaleway/[email protected]) (2023-03-13)
718

819
### 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": "1.3.0",
3+
"version": "1.4.0",
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 = 'v1.3.0'
1+
export const version = 'v1.4.0'
22

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

0 commit comments

Comments
 (0)