Skip to content

Commit 7ac64a2

Browse files
docs: Increase version to 1.8.0
1 parent b3328ab commit 7ac64a2

File tree

4 files changed

+6
-11
lines changed

4 files changed

+6
-11
lines changed

Diff for: CHANGELOG.md

+2-7
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,13 @@ 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.8.0] - 2023-01-26
99
### Added
1010
* New languages available: Korean (`'ko'`) and Norwegian (bokmål) (`'nb'`). Add
1111
language code constants and tests.
1212

1313
Note: older library versions also support the new languages, this update only
1414
adds new code constants.
15-
### Changed
16-
### Deprecated
17-
### Removed
18-
### Fixed
19-
### Security
2015

2116

2217
## [1.7.5] - 2023-01-25
@@ -169,7 +164,7 @@ client library took over this package name. Thanks to
169164
ownership.
170165

171166

172-
[Unreleased]: https://github.com/DeepLcom/deepl-node/compare/v1.7.5...HEAD
167+
[1.8.0]: https://github.com/DeepLcom/deepl-node/compare/v1.7.5...v1.8.0
173168
[1.7.5]: https://github.com/DeepLcom/deepl-node/compare/v1.7.4...v1.7.5
174169
[1.7.4]: https://github.com/DeepLcom/deepl-node/compare/v1.7.3...v1.7.4
175170
[1.7.3]: https://github.com/DeepLcom/deepl-node/compare/v1.7.2...v1.7.3

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.5",
4+
"version": "1.8.0",
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
@@ -469,7 +469,7 @@ export class Translator {
469469
}
470470
const headers = {
471471
Authorization: `DeepL-Auth-Key ${authKey}`,
472-
'User-Agent': 'deepl-node/1.7.5',
472+
'User-Agent': 'deepl-node/1.8.0',
473473
...(options?.headers ?? {}),
474474
};
475475

0 commit comments

Comments
 (0)