Skip to content

Commit 2383bfe

Browse files
committed
chore(release): publish
- @scaleway/sdk@2.29.0
1 parent 01711a9 commit 2383bfe

File tree

4 files changed

+5085
-1830
lines changed

4 files changed

+5085
-1830
lines changed

packages/clients/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.29.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/sdk@2.28.0...@scaleway/sdk@2.29.0) (2024-05-16)
7+
8+
### Features
9+
10+
- **ipam:** allow for bulk IPs release ([#1277](https://github.com/scaleway/scaleway-sdk-js/issues/1277)) ([01711a9](https://github.com/scaleway/scaleway-sdk-js/commit/01711a971f07f188652f033904578ced96281868))
11+
612
## [2.28.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/sdk@2.27.0...@scaleway/sdk@2.28.0) (2024-05-15)
713

814
### 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.28.0",
3+
"version": "2.29.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.28.0'
1+
export const version = 'v2.29.0'
22

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

0 commit comments

Comments
 (0)