Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @scaleway/[email protected]
 - @scaleway/[email protected]
  • Loading branch information
scaleway-bot committed Feb 5, 2024
1 parent e509379 commit be0ae25
Show file tree
Hide file tree
Showing 6 changed files with 5,466 additions and 1,959 deletions.
7 changes: 7 additions & 0 deletions packages/clients/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.15.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/[email protected]...@scaleway/[email protected]) (2024-02-05)

### Features

- **billing:** fix documentation for discounts ([#1129](https://github.com/scaleway/scaleway-sdk-js/issues/1129)) ([6da9854](https://github.com/scaleway/scaleway-sdk-js/commit/6da985478fc3aabe48bf37e15188a9245cadc573))
- **webhosting:** add language field at public hosting creation ([#1127](https://github.com/scaleway/scaleway-sdk-js/issues/1127)) ([7bf9f0e](https://github.com/scaleway/scaleway-sdk-js/commit/7bf9f0e9d8bdd885b2cfc603f1ca8c04109034ad))

## [2.14.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/[email protected]...@scaleway/[email protected]) (2024-01-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": "2.14.0",
"version": "2.15.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.14.0'
export const version = 'v2.15.0'

export const userAgent = `scaleway-sdk-js/${version}`
4 changes: 4 additions & 0 deletions packages/configuration-loader/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.0.1 (2024-02-05)

**Note:** Version bump only for package @scaleway/configuration-loader

## 1.0.0 (2023-02-21)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/configuration-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scaleway/configuration-loader",
"version": "1.0.0",
"version": "1.0.1",
"license": "Apache-2.0",
"description": "Load configuration via file or environment for NodeJS.",
"main": "dist/index.cjs",
Expand Down
Loading

0 comments on commit be0ae25

Please sign in to comment.