Skip to content

Commit 23f0117

Browse files
docs: Bump version to 1.23.0
1 parent a7f663e commit 23f0117

File tree

4 files changed

+15
-5
lines changed

4 files changed

+15
-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.22.0"
4+
current_version = "1.23.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: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [1.23.0] - 2025-12-03
10+
### Added
11+
- Added `customInstructions` parameter to `translateText()` to customize translation
12+
behavior with up to 10 instructions (max 300 characters each). Only supported for
13+
target languages: `de`, `en`, `es`, `fr`, `it`, `ja`, `ko`, `zh` and their variants.
14+
Note: using the `customInstructions` parameter will use `quality_optimized` model type
15+
as the default. Requests combining `customInstructions` and the `latency_optimized`
16+
model type will be rejected.
17+
918
## [1.22.0] - 2025-11-12
1019
### Added
1120
- Added support for the `GET /v3/style_rules` endpoint in the client library, the
@@ -311,7 +320,8 @@ official DeepL Node.js client library took over this package name. Thanks to
311320
[Tristan De Oliveira](https://github.com/icrotz) for transferring the package
312321
ownership.
313322

314-
[Unreleased]: https://github.com/DeepLcom/deepl-node/compare/v1.22.0...HEAD
323+
[Unreleased]: https://github.com/DeepLcom/deepl-node/compare/v1.23.0...HEAD
324+
[1.23.0]: https://github.com/DeepLcom/deepl-node/compare/v1.22.0...v1.23.0
315325
[1.22.0]: https://github.com/DeepLcom/deepl-node/compare/v1.21.0...v1.22.0
316326
[1.21.0]: https://github.com/DeepLcom/deepl-node/compare/v1.20.0...v1.21.0
317327
[1.20.0]: https://github.com/DeepLcom/deepl-node/compare/v1.19.1...v1.20.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.

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.22.0",
4+
"version": "1.23.0",
55
"author": "DeepL SE <[email protected]> (https://www.deepl.com)",
66
"license": "MIT",
77
"repository": {

0 commit comments

Comments
 (0)