Skip to content

Commit c7e4e30

Browse files
Increase version to 1.7.1
1 parent b6b4d83 commit c7e4e30

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.7.1] - 2022-10-12
99
### Fixed
1010
* Prefer `for .. of` loops to `for .. in` loops, to handle cases where array
1111
prototype has been modified.
@@ -131,7 +131,7 @@ client library took over this package name. Thanks to
131131
ownership.
132132

133133

134-
[Unreleased]: https://github.com/DeepLcom/deepl-node/compare/v1.7.0...HEAD
134+
[1.7.1]: https://github.com/DeepLcom/deepl-node/compare/v1.7.0...v1.7.1
135135
[1.7.0]: https://github.com/DeepLcom/deepl-node/compare/v1.6.0...v1.7.0
136136
[1.6.0]: https://github.com/DeepLcom/deepl-node/compare/v1.5.0...v1.6.0
137137
[1.5.0]: https://github.com/DeepLcom/deepl-node/compare/v1.4.0...v1.5.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.7.0",
4+
"version": "1.7.1",
55
"author": "DeepL SE <[email protected]> (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
@@ -471,7 +471,7 @@ export class Translator {
471471
}
472472
const headers = {
473473
Authorization: `DeepL-Auth-Key ${authKey}`,
474-
'User-Agent': 'deepl-node/1.7.0',
474+
'User-Agent': 'deepl-node/1.7.1',
475475
...(options?.headers ?? {}),
476476
};
477477

0 commit comments

Comments
 (0)