Skip to content

Commit 71a473f

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

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

packages/clients/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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.30.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/[email protected]...@scaleway/[email protected]) (2023-09-12)
7+
8+
### Features
9+
10+
- **instance:** add RPC for volume/snapshot migration to SBS ([#853](https://github.com/scaleway/scaleway-sdk-js/issues/853)) ([b822287](https://github.com/scaleway/scaleway-sdk-js/commit/b822287c07b3ccb11793fc1d67ee4cdecd121b3f))
11+
- **ipfs:** add cli command for ipfs naming ([#852](https://github.com/scaleway/scaleway-sdk-js/issues/852)) ([4612c3a](https://github.com/scaleway/scaleway-sdk-js/commit/4612c3ac7fc4ded359a85c63ff6f51c5d4667ef5))
12+
613
## [1.29.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/[email protected]...@scaleway/[email protected]) (2023-09-11)
714

815
### 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.29.0",
3+
"version": "1.30.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.29.0'
1+
export const version = 'v1.30.0'
22

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

0 commit comments

Comments
 (0)