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

## [1.14.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/[email protected]...@scaleway/[email protected]) (2023-06-05)

### Features

- **registry:** deprecate `force` field in DeleteTagRequest ([#685](https://github.com/scaleway/scaleway-sdk-js/issues/685)) ([fb4c058](https://github.com/scaleway/scaleway-sdk-js/commit/fb4c05855061e01ff7dea76c477aef293d27ce54))
- **secret:** upgrade product field to an enum ([#680](https://github.com/scaleway/scaleway-sdk-js/issues/680)) ([e939329](https://github.com/scaleway/scaleway-sdk-js/commit/e9393297a38197c44b1768299e2dc8b04f8cffe8))
- **tem:** list emails by searching to all fields ([#686](https://github.com/scaleway/scaleway-sdk-js/issues/686)) ([1905974](https://github.com/scaleway/scaleway-sdk-js/commit/1905974714acf07ea3e9521c756ac8d1006aebd8))
- **vpc:** add `privateNetworkCount` field to VPC ([#683](https://github.com/scaleway/scaleway-sdk-js/issues/683)) ([648507d](https://github.com/scaleway/scaleway-sdk-js/commit/648507d27d4e92a775cccc289abee082cea5cc44))

## [1.13.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/[email protected]...@scaleway/[email protected]) (2023-05-29)

### 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.13.0",
"version": "1.14.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.13.0'
export const version = 'v1.14.0'

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

0 comments on commit d61458f

Please sign in to comment.