Skip to content

Commit 3813215

Browse files
committed
docs: Update to version 1.20.0
1 parent 31f60ee commit 3813215

4 files changed

Lines changed: 8 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ 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
## [Unreleased]
8+
9+
## [1.20.0] - 2025-10-08
810
### Added
911
* Official support for Node.js versions 20, 22 and 24
1012
### Fixed
@@ -325,7 +327,8 @@ client library took over this package name. Thanks to
325327
ownership.
326328

327329
<!-- (Unreleased should never be deleted) -->
328-
[Unreleased]: https://github.com/DeepLcom/deepl-node/compare/v1.19.1...HEAD
330+
[Unreleased]: https://github.com/DeepLcom/deepl-node/compare/v1.20.0...HEAD
331+
[1.20.0]: https://github.com/DeepLcom/deepl-node/compare/v1.19.1...v1.20.0
329332
[1.19.1]: https://github.com/DeepLcom/deepl-node/compare/v1.19.0...v1.19.1
330333
[1.19.0]: https://github.com/DeepLcom/deepl-node/compare/v1.18.0...v1.19.0
331334
[1.18.0]: https://github.com/DeepLcom/deepl-node/compare/v1.17.3...v1.18.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.19.1",
4+
"version": "1.20.0",
55
"author": "DeepL SE <open-source@deepl.com> (https://www.deepl.com)",
66
"license": "MIT",
77
"repository": {

src/translator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -697,7 +697,7 @@ export class Translator {
697697
sendPlatformInfo: boolean,
698698
appInfo: AppInfo | undefined,
699699
): string {
700-
let libraryInfoString = 'deepl-node/1.19.1';
700+
let libraryInfoString = 'deepl-node/1.20.0';
701701
if (sendPlatformInfo) {
702702
const systemType = os.type();
703703
const systemVersion = os.version();

0 commit comments

Comments
 (0)