Skip to content

Commit e36e322

Browse files
Increase version to 1.7.3
1 parent ba77fd6 commit e36e322

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.7.3] - 2023-01-04
99
### Changed
1010
* CI: suppress `npm audit` warnings for dev dependencies, due to CVE in
1111
`eslint-plugin-import > tsconfig-paths > json5`.
@@ -145,7 +145,7 @@ client library took over this package name. Thanks to
145145
ownership.
146146

147147

148-
[Unreleased]: https://github.com/DeepLcom/deepl-node/compare/v1.7.2...HEAD
148+
[1.7.3]: https://github.com/DeepLcom/deepl-node/compare/v1.7.2...v1.7.3
149149
[1.7.2]: https://github.com/DeepLcom/deepl-node/compare/v1.7.1...v1.7.2
150150
[1.7.1]: https://github.com/DeepLcom/deepl-node/compare/v1.7.0...v1.7.1
151151
[1.7.0]: https://github.com/DeepLcom/deepl-node/compare/v1.6.0...v1.7.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.7.2",
4+
"version": "1.7.3",
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
@@ -471,7 +471,7 @@ export class Translator {
471471
}
472472
const headers = {
473473
Authorization: `DeepL-Auth-Key ${authKey}`,
474-
'User-Agent': 'deepl-node/1.7.2',
474+
'User-Agent': 'deepl-node/1.7.3',
475475
...(options?.headers ?? {}),
476476
};
477477

0 commit comments

Comments
 (0)