Skip to content

Commit fb39b9b

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

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

packages/clients/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
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.37.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/[email protected]...@scaleway/[email protected]) (2024-07-08)
7+
8+
### Features
9+
10+
- **edge_services:** enable generation ([#1348](https://github.com/scaleway/scaleway-sdk-js/issues/1348)) ([b369062](https://github.com/scaleway/scaleway-sdk-js/commit/b369062316c01c6561adad5d9d035a2eb4a68eff))
11+
- **lb:** display ipam_id for pn attachment in doc ([#1350](https://github.com/scaleway/scaleway-sdk-js/issues/1350)) ([b97c8cb](https://github.com/scaleway/scaleway-sdk-js/commit/b97c8cb8077dfa9f5c3e6156af5da2a12d3f9d69))
12+
- **vpc:** add custom routes CRUD ([#1358](https://github.com/scaleway/scaleway-sdk-js/issues/1358)) ([fa10fb2](https://github.com/scaleway/scaleway-sdk-js/commit/fa10fb2c3db6b1725841aed2cb7ff523e5ebed88))
13+
- **webhosting:** add available languages in control panel ([#1353](https://github.com/scaleway/scaleway-sdk-js/issues/1353)) ([0baf81e](https://github.com/scaleway/scaleway-sdk-js/commit/0baf81e0098775bb5fa79432fee01a733c273273))
14+
15+
### Bug Fixes
16+
17+
- **instance:** correct bootscript architecture field name ([#1337](https://github.com/scaleway/scaleway-sdk-js/issues/1337)) ([60b2334](https://github.com/scaleway/scaleway-sdk-js/commit/60b233416f531da88ca656d87b9c0abc3e0cff47))
18+
- **marketplace:** order local images by type by default ([#1352](https://github.com/scaleway/scaleway-sdk-js/issues/1352)) ([8b46aa5](https://github.com/scaleway/scaleway-sdk-js/commit/8b46aa57315fa08845602e70fe6b7410dad93427))
19+
620
## [2.36.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/[email protected]...@scaleway/[email protected]) (2024-07-01)
721

822
### 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.36.0",
3+
"version": "2.37.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.36.0'
1+
export const version = 'v2.37.0'
22

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

0 commit comments

Comments
 (0)