Skip to content

Commit 7414363

Browse files
chore: v1.17.2
1 parent 0b562f4 commit 7414363

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
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.17.2] - 2025-03-06
14+
### Added
15+
- Added option to override translate path
16+
1317
## [1.17.1] - 2025-03-04
1418
### Added
1519
- Update list of supported target languages
@@ -297,6 +301,7 @@ ownership.
297301

298302
<!-- (Unreleased should never be deleted) -->
299303
[Unreleased]: https://github.com/DeepLcom/deepl-node/compare/v1.17.1...HEAD
304+
[1.17.1]: https://github.com/DeepLcom/deepl-node/compare/v1.17.1...v1.17.2
300305
[1.17.1]: https://github.com/DeepLcom/deepl-node/compare/v1.17.0...v1.17.1
301306
[1.17.0]: https://github.com/DeepLcom/deepl-node/compare/v1.16.0...v1.17.0
302307
[1.16.0]: https://github.com/DeepLcom/deepl-node/compare/v1.15.0...v1.16.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.17.1",
4+
"version": "1.17.2",
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.1';
698+
let libraryInfoString = 'deepl-node/1.17.2';
699699
if (sendPlatformInfo) {
700700
const systemType = os.type();
701701
const systemVersion = os.version();

0 commit comments

Comments
 (0)