Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @scaleway/[email protected]
  • Loading branch information
scaleway-bot committed Jun 17, 2024
1 parent 3a61fcc commit 57a03a3
Show file tree
Hide file tree
Showing 4 changed files with 5,082 additions and 1,827 deletions.
12 changes: 12 additions & 0 deletions packages/clients/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.34.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/[email protected]...@scaleway/[email protected]) (2024-06-17)

### Features

- **tem:** add filters on list webhooks events endpoint ([#1313](https://github.com/scaleway/scaleway-sdk-js/issues/1313)) ([3a61fcc](https://github.com/scaleway/scaleway-sdk-js/commit/3a61fccb3189e0e58bb48dae90c870eb2b7ddc1d))

### Bug Fixes

- **dedibox:** change ip_id from string to uint64 ([#1311](https://github.com/scaleway/scaleway-sdk-js/issues/1311)) ([55cf7fb](https://github.com/scaleway/scaleway-sdk-js/commit/55cf7fb603625a011bed5e4f6215a6c5177f22f3))
- **ipam/v1:** allow source field to be null in responses ([#1315](https://github.com/scaleway/scaleway-sdk-js/issues/1315)) ([ca272ea](https://github.com/scaleway/scaleway-sdk-js/commit/ca272ea92c5bbe7a3efa3e16ecff2af1118ba47a))
- **lb:** change default value for assign_flexible_ip ([#1312](https://github.com/scaleway/scaleway-sdk-js/issues/1312)) ([b46948e](https://github.com/scaleway/scaleway-sdk-js/commit/b46948eeb84afba8069179259c70517588c3eb3f))

## [2.33.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/[email protected]...@scaleway/[email protected]) (2024-06-10)

### 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.33.0",
"version": "2.34.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.33.0'
export const version = 'v2.34.0'

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

0 comments on commit 57a03a3

Please sign in to comment.