Skip to content

Commit 7819c05

Browse files
docs: Update version to 1.22.0
1 parent 5992499 commit 7819c05

File tree

4 files changed

+14
-5
lines changed

4 files changed

+14
-5
lines changed

.bumpversion.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Configuration file for bumpversion
22
# See https://github.com/callowayproject/bump-my-version
33
[tool.bumpversion]
4-
current_version = "1.21.0"
4+
current_version = "1.22.0"
55
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
66
serialize = ["{major}.{minor}.{patch}"]
77
search = "{current_version}"

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [1.22.0] - 2025-11-12
10+
### Added
11+
- Added support for the `GET /v3/style_rules` endpoint in the client library, the
12+
implementation can be found in the `DeepLClient` class. Please refer to the
13+
README for usage instructions
14+
- Added `styleId` option to `translateText()` and `translateDocument()` which allows text and document translation with
15+
style rules.
16+
917
## [1.21.0] - 2025-11-03
1018
### Added
1119
- Added `extraRequestParameters` option to text and document translation methods to pass arbitrary parameters in the request body. This can be used to access beta features or override built-in parameters (such as `target_lang`, `source_lang`, etc.).
@@ -303,7 +311,8 @@ official DeepL Node.js client library took over this package name. Thanks to
303311
[Tristan De Oliveira](https://github.com/icrotz) for transferring the package
304312
ownership.
305313

306-
[Unreleased]: https://github.com/DeepLcom/deepl-node/compare/v1.21.0...HEAD
314+
[Unreleased]: https://github.com/DeepLcom/deepl-node/compare/v1.22.0...HEAD
315+
[1.22.0]: https://github.com/DeepLcom/deepl-node/compare/v1.21.0...v1.22.0
307316
[1.21.0]: https://github.com/DeepLcom/deepl-node/compare/v1.20.0...v1.21.0
308317
[1.20.0]: https://github.com/DeepLcom/deepl-node/compare/v1.19.1...v1.20.0
309318
[1.19.1]: https://github.com/DeepLcom/deepl-node/compare/v1.19.0...v1.19.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.21.0",
4+
"version": "1.22.0",
55
"author": "DeepL SE <[email protected]> (https://www.deepl.com)",
66
"license": "MIT",
77
"repository": {

0 commit comments

Comments
 (0)