Skip to content

Commit d73bd97

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

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+
## [1.12.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/[email protected]...@scaleway/[email protected]) (2023-05-19)
7+
8+
### Features
9+
10+
- **iam:** add group members ([#665](https://github.com/scaleway/scaleway-sdk-js/issues/665)) ([d01aba0](https://github.com/scaleway/scaleway-sdk-js/commit/d01aba0e3947896c56b62dd73be413fb35adab61))
11+
- **tem:** improve listEmails endpoint ([#666](https://github.com/scaleway/scaleway-sdk-js/issues/666)) ([72bfef4](https://github.com/scaleway/scaleway-sdk-js/commit/72bfef4e93fbc94cc77d1e8923bc9fdeaf1c1965))
12+
13+
### Bug Fixes
14+
15+
- **k8s:** change field name for Kosmos rpc message ([#664](https://github.com/scaleway/scaleway-sdk-js/issues/664)) ([b056d3c](https://github.com/scaleway/scaleway-sdk-js/commit/b056d3c34a5c0629fae46b6996a923ee8e6a0422))
16+
617
## [1.11.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/[email protected]...@scaleway/[email protected]) (2023-05-15)
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": "1.11.0",
3+
"version": "1.12.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 = 'v1.11.0'
1+
export const version = 'v1.12.0'
22

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

0 commit comments

Comments
 (0)