Skip to content

Commit 1b6ca81

Browse files
docs: Increase version to 1.15.0
1 parent fc96e72 commit 1b6ca81

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77

8-
## [Unreleased]
8+
## [1.15.0] - 2024-11-15
99
### Added
1010
* Added `modelType` option to `translateText()` to use models with higher
1111
translation quality (available for some language pairs), or better latency.
@@ -265,7 +265,7 @@ client library took over this package name. Thanks to
265265
ownership.
266266

267267

268-
[Unreleased]: https://github.com/DeepLcom/deepl-node/compare/v1.14.0...HEAD
268+
[1.15.0]: https://github.com/DeepLcom/deepl-node/compare/v1.14.0...v1.15.0
269269
[1.14.0]: https://github.com/DeepLcom/deepl-node/compare/v1.13.1...v1.14.0
270270
[1.13.1]: https://github.com/DeepLcom/deepl-node/compare/v1.13.0...v1.13.1
271271
[1.13.0]: https://github.com/DeepLcom/deepl-node/compare/v1.12.0...v1.13.0

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "deepl-node",
33
"description": "deepl-node is the official DeepL Node.js client library",
4-
"version": "1.14.0",
4+
"version": "1.15.0",
55
"author": "DeepL SE <[email protected]> (https://www.deepl.com)",
66
"license": "MIT",
77
"repository": {

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1016,7 +1016,7 @@ export class Translator {
10161016
sendPlatformInfo: boolean,
10171017
appInfo: AppInfo | undefined,
10181018
): string {
1019-
let libraryInfoString = 'deepl-node/1.14.0';
1019+
let libraryInfoString = 'deepl-node/1.15.0';
10201020
if (sendPlatformInfo) {
10211021
const systemType = os.type();
10221022
const systemVersion = os.version();

0 commit comments

Comments
 (0)