Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @scaleway/sdk@2.29.0
  • Loading branch information
scaleway-bot committed May 16, 2024
1 parent 01711a9 commit 2383bfe
Show file tree
Hide file tree
Showing 4 changed files with 5,085 additions and 1,830 deletions.
6 changes: 6 additions & 0 deletions packages/clients/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.29.0](/~https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/sdk@2.28.0...@scaleway/sdk@2.29.0) (2024-05-16)

### Features

- **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))

## [2.28.0](/~https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/sdk@2.27.0...@scaleway/sdk@2.28.0) (2024-05-15)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/clients/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scaleway/sdk",
"version": "2.28.0",
"version": "2.29.0",
"license": "Apache-2.0",
"description": "Scaleway SDK.",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/clients/src/scw/constants.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const version = 'v2.28.0'
export const version = 'v2.29.0'

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

0 comments on commit 2383bfe

Please sign in to comment.