Skip to content

Commit e355d15

Browse files
committed
docs: Update to version 1.19.0
1 parent 17dbcd9 commit e355d15

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
### Changed
1111
<!-- * add to here... -->
1212

13+
## [1.19.0] - 2025-06-26
14+
### Added
15+
* Add new supported language codes to the translation and glossary language types.
16+
1317
## [1.18.0] - 2025-05-07
1418
### Added
1519
* Include `x-trace-id` response headers in debug logs
@@ -313,7 +317,8 @@ client library took over this package name. Thanks to
313317
ownership.
314318

315319
<!-- (Unreleased should never be deleted) -->
316-
[Unreleased]: https://github.com/DeepLcom/deepl-node/compare/v1.18.0...HEAD
320+
[Unreleased]: https://github.com/DeepLcom/deepl-node/compare/v1.19.0...HEAD
321+
[1.19.0]: https://github.com/DeepLcom/deepl-node/compare/v1.17.3...v1.18.0
317322
[1.18.0]: https://github.com/DeepLcom/deepl-node/compare/v1.17.3...v1.18.0
318323
[1.17.3]: https://github.com/DeepLcom/deepl-node/compare/v1.17.2...v1.17.3
319324
[1.17.2]: https://github.com/DeepLcom/deepl-node/compare/v1.17.1...v1.17.2

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.18.0",
4+
"version": "1.19.0",
55
"author": "DeepL SE <[email protected]> (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
@@ -695,7 +695,7 @@ export class Translator {
695695
sendPlatformInfo: boolean,
696696
appInfo: AppInfo | undefined,
697697
): string {
698-
let libraryInfoString = 'deepl-node/1.18.0';
698+
let libraryInfoString = 'deepl-node/1.19.0';
699699
if (sendPlatformInfo) {
700700
const systemType = os.type();
701701
const systemVersion = os.version();

0 commit comments

Comments
 (0)