Skip to content

Commit efe1025

Browse files
committed
docs: Update to version 1.18.0
1 parent 0c39277 commit efe1025

File tree

4 files changed

+11
-7
lines changed

4 files changed

+11
-7
lines changed

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
## [Unreleased]
88
### Added
99
<!-- * add to here... -->
10+
### Changed
11+
<!-- * add to here... -->
12+
13+
## [1.18.0] - 2025-05-07
14+
### Added
1015
* Include `x-trace-id` response headers in debug logs
1116
* Added support for the /v3 Glossary APIs in the client library while providing backwards
1217
compatibility for the previous /v2 Glossary endpoints. Please refer to the README for
1318
usage instructions.
14-
### Changed
15-
<!-- * add to here... -->
1619
### Fixed
1720
* Upgrade Babel library
1821

@@ -310,7 +313,8 @@ client library took over this package name. Thanks to
310313
ownership.
311314

312315
<!-- (Unreleased should never be deleted) -->
313-
[Unreleased]: https://github.com/DeepLcom/deepl-node/compare/v1.17.3...HEAD
316+
[Unreleased]: https://github.com/DeepLcom/deepl-node/compare/v1.18.0...HEAD
317+
[1.18.0]: https://github.com/DeepLcom/deepl-node/compare/v1.17.3...v1.18.0
314318
[1.17.3]: https://github.com/DeepLcom/deepl-node/compare/v1.17.2...v1.17.3
315319
[1.17.2]: https://github.com/DeepLcom/deepl-node/compare/v1.17.1...v1.17.2
316320
[1.17.1]: https://github.com/DeepLcom/deepl-node/compare/v1.17.0...v1.17.1

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.17.3",
4+
"version": "1.18.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.17.3';
698+
let libraryInfoString = 'deepl-node/1.18.0';
699699
if (sendPlatformInfo) {
700700
const systemType = os.type();
701701
const systemVersion = os.version();

0 commit comments

Comments
 (0)