Skip to content

Commit 66b4a18

Browse files
committed
docs: Increase version to 1.13.0
1 parent bec47ec commit 66b4a18

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Diff for: CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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

8-
## [Unreleased]
8+
## [1.13.0] - 2024-04-12
99
### Added
1010
* Add possibility to add extra parameters to a translation request (both text and document).
1111
DeepL engineers use this to test features in the API before they are released. Library users
@@ -237,7 +237,7 @@ client library took over this package name. Thanks to
237237
ownership.
238238

239239

240-
[Unreleased]: https://github.com/DeepLcom/deepl-node/compare/v1.12.0...HEAD
240+
[1.13.0]: https://github.com/DeepLcom/deepl-node/compare/v1.12.0...v1.13.0
241241
[1.12.0]: https://github.com/DeepLcom/deepl-node/compare/v1.11.1...v1.12.0
242242
[1.11.1]: https://github.com/DeepLcom/deepl-node/compare/v1.11.0...v1.11.1
243243
[1.11.0]: https://github.com/DeepLcom/deepl-node/compare/v1.10.2...v1.11.0

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

Diff for: src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1001,7 +1001,7 @@ export class Translator {
10011001
sendPlatformInfo: boolean,
10021002
appInfo: AppInfo | undefined,
10031003
): string {
1004-
let libraryInfoString = 'deepl-node/1.12.0';
1004+
let libraryInfoString = 'deepl-node/1.13.0';
10051005
if (sendPlatformInfo) {
10061006
const systemType = os.type();
10071007
const systemVersion = os.version();

0 commit comments

Comments
 (0)