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 Jul 22, 2024
1 parent 6347911 commit 33be573
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions packages/clients/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.41.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/[email protected]...@scaleway/[email protected]) (2024-07-22)

### Features

- **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))
- **webhosting:** add domain api ([#1368](https://github.com/scaleway/scaleway-sdk-js/issues/1368)) ([a293ad3](https://github.com/scaleway/scaleway-sdk-js/commit/a293ad31f19c5c7a8aba314897715e736d166e3f))

### Bug Fixes

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

## [2.40.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/[email protected]...@scaleway/[email protected]) (2024-07-18)

### 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.40.0",
"version": "2.41.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.40.0'
export const version = 'v2.41.0'

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

0 comments on commit 33be573

Please sign in to comment.