Skip to content

Commit c7cd582

Browse files
Increase version to 1.1.1
1 parent 6789021 commit c7cd582

File tree

4 files changed

+6
-11
lines changed

4 files changed

+6
-11
lines changed

CHANGELOG.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,10 @@ 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]
9-
### Added
10-
### Changed
11-
### Deprecated
12-
### Removed
8+
## [1.1.1] - 2022-04-12
139
### Fixed
1410
* Fix some tests that intermittently failed.
1511
* Fix `isDocumentTranslationComplete()` to reject if document translation fails.
16-
### Security
1712

1813

1914
## [1.1.0] - 2022-03-22
@@ -47,7 +42,7 @@ client library took over this package name. Thanks to
4742
ownership.
4843

4944

50-
[Unreleased]: https://github.com/DeepLcom/deepl-node/compare/v1.1.0...HEAD
45+
[1.1.1]: https://github.com/DeepLcom/deepl-node/compare/v1.1.0...v1.1.1
5146
[1.1.0]: https://github.com/DeepLcom/deepl-node/compare/v0.1.2...v1.1.0
5247
[0.1.2]: https://github.com/DeepLcom/deepl-node/compare/v0.1.1...v0.1.2
5348
[0.1.1]: https://github.com/DeepLcom/deepl-node/compare/v0.1.0...v0.1.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.1.0",
4+
"version": "1.1.1",
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
@@ -465,7 +465,7 @@ export class Translator {
465465
}
466466
const headers = {
467467
Authorization: `DeepL-Auth-Key ${authKey}`,
468-
'User-Agent': 'deepl-node/1.1.0',
468+
'User-Agent': 'deepl-node/1.1.1',
469469
...(options?.headers ?? {}),
470470
};
471471

0 commit comments

Comments
 (0)