Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @scaleway/sdk@2.13.0
  • Loading branch information
scaleway-bot committed Jan 22, 2024
1 parent a492f16 commit 037ce11
Show file tree
Hide file tree
Showing 4 changed files with 5,627 additions and 2,018 deletions.
11 changes: 11 additions & 0 deletions packages/clients/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.13.0](/~https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/sdk@2.12.0...@scaleway/sdk@2.13.0) (2024-01-22)

### Features

- **secret_manager:** add protection in secret creation ([#1109](/~https://github.com/scaleway/scaleway-sdk-js/issues/1109)) ([501fb3e](/~https://github.com/scaleway/scaleway-sdk-js/commit/501fb3e28dadcc42fee7ac2051f296bf2d2b3fd3))
- **tem:** add dmarc validation status to DomainLastStatus endpoint ([#1108](/~https://github.com/scaleway/scaleway-sdk-js/issues/1108)) ([4afd042](/~https://github.com/scaleway/scaleway-sdk-js/commit/4afd042e9b02a2dd18a6250cd198b2f7a897f62a))

### Bug Fixes

- **k8s:** remove duplicate private type ([#1106](/~https://github.com/scaleway/scaleway-sdk-js/issues/1106)) ([46f2db2](/~https://github.com/scaleway/scaleway-sdk-js/commit/46f2db2dc0e42642eb5aede09073ccf5b42b7d5e))

## [2.12.0](/~https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/sdk@2.11.0...@scaleway/sdk@2.12.0) (2024-01-15)

### 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": "2.12.0",
"version": "2.13.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 = 'v2.12.0'
export const version = 'v2.13.0'

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

0 comments on commit 037ce11

Please sign in to comment.