Skip to content

Commit 9d1dc02

Browse files
Increase version to 1.7.4
1 parent 960f16e commit 9d1dc02

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,14 +5,9 @@ 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.7.4] - 2023-01-09
139
### Fixed
1410
* Omit undefined `supportsFormality` field for source languages.
15-
### Security
1611

1712

1813
## [1.7.3] - 2023-01-04
@@ -155,7 +150,7 @@ client library took over this package name. Thanks to
155150
ownership.
156151

157152

158-
[Unreleased]: https://github.com/DeepLcom/deepl-node/compare/v1.7.3...HEAD
153+
[1.7.4]: https://github.com/DeepLcom/deepl-node/compare/v1.7.3...v1.7.4
159154
[1.7.3]: https://github.com/DeepLcom/deepl-node/compare/v1.7.2...v1.7.3
160155
[1.7.2]: https://github.com/DeepLcom/deepl-node/compare/v1.7.1...v1.7.2
161156
[1.7.1]: https://github.com/DeepLcom/deepl-node/compare/v1.7.0...v1.7.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.7.3",
4+
"version": "1.7.4",
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.3',
474+
'User-Agent': 'deepl-node/1.7.4',
475475
...(options?.headers ?? {}),
476476
};
477477

0 commit comments

Comments
 (0)