Skip to content

Commit d343fa2

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

File tree

4 files changed

+5639
-2024
lines changed

4 files changed

+5639
-2024
lines changed

packages/clients/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.14.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/[email protected]...@scaleway/[email protected]) (2024-01-29)
7+
8+
### Features
9+
10+
- **domain:** add status to contact message ([#1119](https://github.com/scaleway/scaleway-sdk-js/issues/1119)) ([c91af50](https://github.com/scaleway/scaleway-sdk-js/commit/c91af5041bafd8917b7d42da250ddbbcbc29f25e))
11+
- **k8s:** add audit logs compatibility with offers ([#1115](https://github.com/scaleway/scaleway-sdk-js/issues/1115)) ([49dec97](https://github.com/scaleway/scaleway-sdk-js/commit/49dec9767edb429ab9cbb0da79f630f0d0949edb))
12+
- **k8s:** remove some deprecated fields ([#1118](https://github.com/scaleway/scaleway-sdk-js/issues/1118)) ([4b23026](https://github.com/scaleway/scaleway-sdk-js/commit/4b23026a4925af4b701e63f2d2668e4c42e8fd77))
13+
614
## [2.13.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/[email protected]...@scaleway/[email protected]) (2024-01-22)
715

816
### 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.13.0",
3+
"version": "2.14.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.13.0'
1+
export const version = 'v2.14.0'
22

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

0 commit comments

Comments
 (0)