Skip to content

Commit 2871a6b

Browse files
committed
chore(release): publish
- @scaleway/sdk@1.40.0
1 parent 90890b1 commit 2871a6b

File tree

4 files changed

+5643
-2016
lines changed

4 files changed

+5643
-2016
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.40.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/sdk@1.39.0...@scaleway/sdk@1.40.0) (2023-10-30)
7+
8+
### Features
9+
10+
- **secret_manager:** add ephemeral action to secret creation ([#963](https://github.com/scaleway/scaleway-sdk-js/issues/963)) ([1a3a067](https://github.com/scaleway/scaleway-sdk-js/commit/1a3a067afc973e716c92e94e16e8c0723cc6e214))
11+
- **secret_manager:** add missing regions ([#964](https://github.com/scaleway/scaleway-sdk-js/issues/964)) ([647ca0f](https://github.com/scaleway/scaleway-sdk-js/commit/647ca0f5e40e39dda997f9237c9292e90879f8e6))
12+
- **secret_manager:** remove useless is_ephemeral field ([#965](https://github.com/scaleway/scaleway-sdk-js/issues/965)) ([45253c3](https://github.com/scaleway/scaleway-sdk-js/commit/45253c3d91c822e4beb13ad53bdc098eae6099b3))
13+
614
## [1.39.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/sdk@1.38.1...@scaleway/sdk@1.39.0) (2023-10-26)
715

816
### 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.39.0",
3+
"version": "1.40.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.39.0'
1+
export const version = 'v1.40.0'
22

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

0 commit comments

Comments
 (0)