Skip to content

Commit 33be573

Browse files
committed
chore(release): publish
- @scaleway/[email protected]
1 parent 6347911 commit 33be573

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

packages/clients/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.41.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/[email protected]...@scaleway/[email protected]) (2024-07-22)
7+
8+
### Features
9+
10+
- **tem:** update Webhook event status ([#1369](https://github.com/scaleway/scaleway-sdk-js/issues/1369)) ([9afb0ac](https://github.com/scaleway/scaleway-sdk-js/commit/9afb0ac30b9f2754772498ff0b9cfc769b0e3ed5))
11+
- **webhosting:** add domain api ([#1368](https://github.com/scaleway/scaleway-sdk-js/issues/1368)) ([a293ad3](https://github.com/scaleway/scaleway-sdk-js/commit/a293ad31f19c5c7a8aba314897715e736d166e3f))
12+
13+
### Bug Fixes
14+
15+
- **webhosting:** add missing post body ([#1370](https://github.com/scaleway/scaleway-sdk-js/issues/1370)) ([6347911](https://github.com/scaleway/scaleway-sdk-js/commit/634791100647a70997f1c6cfb18283471f75ec65))
16+
617
## [2.40.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/[email protected]...@scaleway/[email protected]) (2024-07-18)
718

819
### 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.40.0",
3+
"version": "2.41.0",
44
"license": "Apache-2.0",
55
"description": "Scaleway SDK.",
66
"keywords": [
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
export const version = 'v2.40.0'
1+
export const version = 'v2.41.0'
22

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

0 commit comments

Comments
 (0)