Skip to content

Commit 888adb0

Browse files
committed
fix: update version number to 1.17.0
1 parent d6c5b22 commit 888adb0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Diff for: package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
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.16.0",
4+
"version": "1.17.0",
55
"author": "DeepL SE <[email protected]> (https://www.deepl.com)",
66
"license": "MIT",
77
"repository": {

Diff for: src/translator.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -693,7 +693,7 @@ export class Translator {
693693
sendPlatformInfo: boolean,
694694
appInfo: AppInfo | undefined,
695695
): string {
696-
let libraryInfoString = 'deepl-node/1.16.0';
696+
let libraryInfoString = 'deepl-node/1.17.0';
697697
if (sendPlatformInfo) {
698698
const systemType = os.type();
699699
const systemVersion = os.version();

0 commit comments

Comments
 (0)