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 Sep 18, 2023
1 parent ed8ceca commit b7c2a61
Show file tree
Hide file tree
Showing 4 changed files with 5,587 additions and 2,003 deletions.
10 changes: 10 additions & 0 deletions packages/clients/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.31.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/[email protected]...@scaleway/[email protected]) (2023-09-18)

### Features

- **cockpit:** add traces permission to token ([#854](https://github.com/scaleway/scaleway-sdk-js/issues/854)) ([f71cea6](https://github.com/scaleway/scaleway-sdk-js/commit/f71cea629b1625df1999298582f116b487e2eca6))
- **instance:** add field private_nic_mac_address for ListServersRequest ([#858](https://github.com/scaleway/scaleway-sdk-js/issues/858)) ([322717c](https://github.com/scaleway/scaleway-sdk-js/commit/322717c9310265fd57d6d0df8edbedfa2707bc71))
- **instance:** add new sbs_volume and scratch volumes types ([#857](https://github.com/scaleway/scaleway-sdk-js/issues/857)) ([e4e2f29](https://github.com/scaleway/scaleway-sdk-js/commit/e4e2f29c4bafa8dbb43ddcde8efd9eca0bfa0b97))
- **instance:** added field type for ListIpsRequest ([#870](https://github.com/scaleway/scaleway-sdk-js/issues/870)) ([efaf8c6](https://github.com/scaleway/scaleway-sdk-js/commit/efaf8c688c9fe3d13e8c0262cb7815c971076fc2))
- **webhosting:** add addon domains limit to Product ([#868](https://github.com/scaleway/scaleway-sdk-js/issues/868)) ([f2c6d4a](https://github.com/scaleway/scaleway-sdk-js/commit/f2c6d4a4a5225e07a12edb2aa460f4cb29c68f98))

## [1.30.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/[email protected]...@scaleway/[email protected]) (2023-09-12)

### 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": "1.30.0",
"version": "1.31.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 = 'v1.30.0'
export const version = 'v1.31.0'

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

0 comments on commit b7c2a61

Please sign in to comment.