Skip to content

Commit 7205006

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

File tree

4 files changed

+5598
-2008
lines changed

4 files changed

+5598
-2008
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.28.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/[email protected]...@scaleway/[email protected]) (2023-09-08)
7+
8+
### Features
9+
10+
- **ipfs:** add export and import key ([#847](https://github.com/scaleway/scaleway-sdk-js/issues/847)) ([2bdd5fa](https://github.com/scaleway/scaleway-sdk-js/commit/2bdd5fa8e20cbe08dc7d2557b4814b322c2d0fdc))
11+
- **pgw:** ipam config for native vpc integration ([#846](https://github.com/scaleway/scaleway-sdk-js/issues/846)) ([0a4eb3b](https://github.com/scaleway/scaleway-sdk-js/commit/0a4eb3bbd56bb9b060ee69bfe0f53d5bc16122a2))
12+
613
## [1.27.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/[email protected]...@scaleway/[email protected]) (2023-09-04)
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.27.0",
3+
"version": "1.28.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.27.0'
1+
export const version = 'v1.28.0'
22

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

0 commit comments

Comments
 (0)