Skip to content

Commit a41cbda

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

File tree

4 files changed

+5594
-2002
lines changed

4 files changed

+5594
-2002
lines changed

packages/clients/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.39.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/[email protected]...@scaleway/[email protected]) (2023-10-26)
7+
8+
### Features
9+
10+
- **billing:** discount application scope endpoint ([#953](https://github.com/scaleway/scaleway-sdk-js/issues/953)) ([5300fc3](https://github.com/scaleway/scaleway-sdk-js/commit/5300fc3585bb065fd996c5d2f86886b33e70d4a4))
11+
- **cockpit:** add traces infos to plan ([#954](https://github.com/scaleway/scaleway-sdk-js/issues/954)) ([c74c0c4](https://github.com/scaleway/scaleway-sdk-js/commit/c74c0c41b52aaf9f3d5274fcb3dc2e783c4679e2))
12+
- **iam:** add methods for public logs ([#957](https://github.com/scaleway/scaleway-sdk-js/issues/957)) ([84a7095](https://github.com/scaleway/scaleway-sdk-js/commit/84a7095a503498cfab04d8114e5e595f5125dcbe))
13+
- **instance:** expose IP state in server.public_ips ([#956](https://github.com/scaleway/scaleway-sdk-js/issues/956)) ([3ad21cb](https://github.com/scaleway/scaleway-sdk-js/commit/3ad21cb822b589a438e2f488306df9a1af7fd144))
14+
- **ipfs:** remove useless fields in ipfs api ([#959](https://github.com/scaleway/scaleway-sdk-js/issues/959)) ([7f57b6a](https://github.com/scaleway/scaleway-sdk-js/commit/7f57b6ae3a09cfbf80c5234b980677c899ecda25))
15+
- **rdb:** add seemless major upgrade ([#958](https://github.com/scaleway/scaleway-sdk-js/issues/958)) ([2b19def](https://github.com/scaleway/scaleway-sdk-js/commit/2b19def877bc2cf2c2d4cc1df40c243da92c117b))
16+
- **vpc_gw:** support passing IPAM IP IDs ([#952](https://github.com/scaleway/scaleway-sdk-js/issues/952)) ([529c0d3](https://github.com/scaleway/scaleway-sdk-js/commit/529c0d38a9bc4450db3249a810a967dc9bbea63f))
17+
618
## [1.38.1](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/[email protected]...@scaleway/[email protected]) (2023-10-23)
719

820
**Note:** Version bump only for package @scaleway/sdk

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.38.1",
3+
"version": "1.39.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.38.1'
1+
export const version = 'v1.39.0'
22

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

0 commit comments

Comments
 (0)