Skip to content

Commit dbc57e2

Browse files
committed
docs: Increase version to 1.12.0
1 parent 4fe826f commit dbc57e2

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
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.12.0] - 2024-02-27
99
### Added
1010
* New language available: Arabic (`'ar'`). Add language code constants and tests.
1111
Arabic is currently supported only for text translation; document translation
@@ -226,7 +226,7 @@ client library took over this package name. Thanks to
226226
ownership.
227227

228228

229-
[Unreleased]: https://github.com/DeepLcom/deepl-node/compare/v1.11.1...HEAD
229+
[1.12.0]: https://github.com/DeepLcom/deepl-node/compare/v1.11.1...v1.12.0
230230
[1.11.1]: https://github.com/DeepLcom/deepl-node/compare/v1.11.0...v1.11.1
231231
[1.11.0]: https://github.com/DeepLcom/deepl-node/compare/v1.10.2...v1.11.0
232232
[1.10.2]: https://github.com/DeepLcom/deepl-node/compare/v1.9.0...v1.10.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.11.1",
4+
"version": "1.12.0",
55
"author": "DeepL SE <open-source@deepl.com> (https://www.deepl.com)",
66
"license": "MIT",
77
"repository": {

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -992,7 +992,7 @@ export class Translator {
992992
sendPlatformInfo: boolean,
993993
appInfo: AppInfo | undefined,
994994
): string {
995-
let libraryInfoString = 'deepl-node/1.11.1';
995+
let libraryInfoString = 'deepl-node/1.12.0';
996996
if (sendPlatformInfo) {
997997
const systemType = os.type();
998998
const systemVersion = os.version();

0 commit comments

Comments
 (0)