Skip to content

Commit 7fa822d

Browse files
committed
chore(release): publish
- @scaleway/sdk@2.3.0
1 parent 74933ce commit 7fa822d

File tree

4 files changed

+5594
-2005
lines changed

4 files changed

+5594
-2005
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+
## [2.3.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/sdk@2.2.0...@scaleway/sdk@2.3.0) (2023-11-20)
7+
8+
### Features
9+
10+
- **block:** add volume last_detached_at ([#1000](https://github.com/scaleway/scaleway-sdk-js/issues/1000)) ([46619fb](https://github.com/scaleway/scaleway-sdk-js/commit/46619fbedaade6777b2500ca3b507abe543906be))
11+
- **instance:** add endpoints to attach/detach server volumes ([#1001](https://github.com/scaleway/scaleway-sdk-js/issues/1001)) ([bf3982a](https://github.com/scaleway/scaleway-sdk-js/commit/bf3982a0f03fc22c948686761a193f9c97de6d51))
12+
- **secret_manager:** deprecate byname api endpoints ([#999](https://github.com/scaleway/scaleway-sdk-js/issues/999)) ([6a15029](https://github.com/scaleway/scaleway-sdk-js/commit/6a150297c95c83b692deac8d78ad15b902dfe2d3))
13+
14+
### Bug Fixes
15+
16+
- update redis documentation ([#998](https://github.com/scaleway/scaleway-sdk-js/issues/998)) ([68fcedb](https://github.com/scaleway/scaleway-sdk-js/commit/68fcedb353e4ef4034a3642ebc6fe5b635366dd9))
17+
618
## [2.2.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/sdk@2.1.0...@scaleway/sdk@2.2.0) (2023-11-13)
719

820
### 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": "2.2.0",
3+
"version": "2.3.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 = 'v2.2.0'
1+
export const version = 'v2.3.0'
22

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

0 commit comments

Comments
 (0)