Skip to content

Commit

Permalink
docs: Increase version to 1.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JanEbbing committed Aug 14, 2024
1 parent ca1d766 commit 2034be4
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [Unreleased]
## [1.13.1] - 2024-08-14
### Added
* Added supported glossary languages: Danish (`'da'`), Norwegian (bokmål)
(`'nb'`), and Swedish (`'sv'`). The corresponding glossary language code
TypeScript types are extended.

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


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


[Unreleased]: https://github.com/DeepLcom/deepl-node/compare/v1.13.0...HEAD
[1.13.1]: https://github.com/DeepLcom/deepl-node/compare/v1.13.0...v1.13.1
[1.13.0]: https://github.com/DeepLcom/deepl-node/compare/v1.12.0...v1.13.0
[1.12.0]: https://github.com/DeepLcom/deepl-node/compare/v1.11.1...v1.12.0
[1.11.1]: https://github.com/DeepLcom/deepl-node/compare/v1.11.0...v1.11.1
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "deepl-node",
"description": "deepl-node is the official DeepL Node.js client library",
"version": "1.13.0",
"version": "1.13.1",
"author": "DeepL SE <open-source@deepl.com> (https://www.deepl.com)",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1001,7 +1001,7 @@ export class Translator {
sendPlatformInfo: boolean,
appInfo: AppInfo | undefined,
): string {
let libraryInfoString = 'deepl-node/1.13.0';
let libraryInfoString = 'deepl-node/1.13.1';
if (sendPlatformInfo) {
const systemType = os.type();
const systemVersion = os.version();
Expand Down

0 comments on commit 2034be4

Please sign in to comment.