Skip to content

Commit 911a4bd

Browse files
Increase version to 1.3.2
1 parent eb0470b commit 911a4bd

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.3.2] - 2022-08-09
99
### Changed
1010
* Update contributing guidelines, we can now accept Pull Requests.
1111
### Fixed
@@ -93,7 +93,7 @@ client library took over this package name. Thanks to
9393
ownership.
9494

9595

96-
[Unreleased]: https://github.com/DeepLcom/deepl-node/compare/v1.3.1..HEAD
96+
[1.3.2]: https://github.com/DeepLcom/deepl-node/compare/v1.3.1...v1.3.2
9797
[1.3.1]: https://github.com/DeepLcom/deepl-node/compare/v1.2.2...v1.3.1
9898
[1.3.0]: https://github.com/DeepLcom/deepl-node/releases/tag/v1.3.0
9999
[1.2.2]: https://github.com/DeepLcom/deepl-node/compare/v1.2.1...v1.2.2

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.3.1",
4+
"version": "1.3.2",
55
"author": "DeepL SE <open-source@deepl.com> (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
@@ -472,7 +472,7 @@ export class Translator {
472472
}
473473
const headers = {
474474
Authorization: `DeepL-Auth-Key ${authKey}`,
475-
'User-Agent': 'deepl-node/1.3.1',
475+
'User-Agent': 'deepl-node/1.3.2',
476476
...(options?.headers ?? {}),
477477
};
478478

0 commit comments

Comments
 (0)