Skip to content

Commit 2034be4

Browse files
committed
docs: Increase version to 1.13.1
1 parent ca1d766 commit 2034be4

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,17 @@ 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.13.1] - 2024-08-14
99
### Added
1010
* Added supported glossary languages: Danish (`'da'`), Norwegian (bokmål)
1111
(`'nb'`), and Swedish (`'sv'`). The corresponding glossary language code
1212
TypeScript types are extended.
1313

1414
Note: older library versions also support the new glossary language pairs,
1515
this update only adds new types.
16+
### Security
17+
* Increase `axios` locked-version due to security
18+
[vulnerability in axios <1.7.3](https://github.com/advisories/GHSA-8hc4-vh64-cxmj)
1619

1720

1821
## [1.13.0] - 2024-04-12
@@ -247,7 +250,7 @@ client library took over this package name. Thanks to
247250
ownership.
248251

249252

250-
[Unreleased]: https://github.com/DeepLcom/deepl-node/compare/v1.13.0...HEAD
253+
[1.13.1]: https://github.com/DeepLcom/deepl-node/compare/v1.13.0...v1.13.1
251254
[1.13.0]: https://github.com/DeepLcom/deepl-node/compare/v1.12.0...v1.13.0
252255
[1.12.0]: https://github.com/DeepLcom/deepl-node/compare/v1.11.1...v1.12.0
253256
[1.11.1]: https://github.com/DeepLcom/deepl-node/compare/v1.11.0...v1.11.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.13.0",
4+
"version": "1.13.1",
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
@@ -1001,7 +1001,7 @@ export class Translator {
10011001
sendPlatformInfo: boolean,
10021002
appInfo: AppInfo | undefined,
10031003
): string {
1004-
let libraryInfoString = 'deepl-node/1.13.0';
1004+
let libraryInfoString = 'deepl-node/1.13.1';
10051005
if (sendPlatformInfo) {
10061006
const systemType = os.type();
10071007
const systemVersion = os.version();

0 commit comments

Comments
 (0)