Skip to content

Commit 2bb4223

Browse files
Increase version to 1.3.0
1 parent f1ee394 commit 2bb4223

File tree

3 files changed

+5
-9
lines changed

3 files changed

+5
-9
lines changed

CHANGELOG.md

Lines changed: 2 additions & 6 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.3.0] - 2022-05-18
99
### Added
1010
* New languages available: Indonesian (`'id'`) and Turkish (`'tr'`). Add
1111
language code constants and tests.
@@ -15,10 +15,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515
### Changed
1616
* Change return type of `nonRegionalLanguageCode()` to newly-added type
1717
`NonRegionalLanguageCode`.
18-
### Deprecated
19-
### Removed
20-
### Fixed
21-
### Security
2218

2319

2420
## [1.2.2] - 2022-04-20
@@ -79,7 +75,7 @@ client library took over this package name. Thanks to
7975
ownership.
8076

8177

82-
[Unreleased]: https://github.com/DeepLcom/deepl-node/compare/v1.2.2...HEAD
78+
[1.3.0]: https://github.com/DeepLcom/deepl-node/compare/v1.2.2...v1.3.0
8379
[1.2.2]: https://github.com/DeepLcom/deepl-node/compare/v1.2.1...v1.2.2
8480
[1.2.1]: https://github.com/DeepLcom/deepl-node/compare/v1.2.0...v1.2.1
8581
[1.2.0]: https://github.com/DeepLcom/deepl-node/compare/v1.1.1...v1.2.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.

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.2.2',
474+
'User-Agent': 'deepl-node/1.3.0',
475475
...(options?.headers ?? {}),
476476
};
477477

0 commit comments

Comments
 (0)