Skip to content

Commit ebbb61b

Browse files
docs: Increase version to 1.16.0
1 parent 7cc0258 commit ebbb61b

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

CHANGELOG.md

+7-4
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,22 @@ All notable changes to this project will be documented in this file.
44
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

7+
## [1.16.0] - 2025-01-22
8+
### Added
9+
* Added checks for supported languages in the Write API.
710

8-
## [1.15.3] - 2024-01-17
11+
## [1.15.3] - 2025-01-17
912
### Fixed
1013
* Fix BCP-47 conversion for languages without hyphens.
1114
* Accept variant-less target languages for Write (server chooses default variant).
1215

1316

14-
## [1.15.2] - 2024-01-17
17+
## [1.15.2] - 2025-01-17
1518
### Fixed
1619
* Fix typo in util function that causes a crash.
1720

1821

19-
## [1.15.1] - 2024-01-17
22+
## [1.15.1] - 2025-01-17
2023
### Fixed
2124
* `v2/write/rephrase` now returns the target language in BCP-47 format,
2225
like the real API.
@@ -217,7 +220,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
217220
## [0.1.0] - 2021-07-30
218221
Initial version.
219222

220-
223+
[1.16.0]: https://github.com/DeepLcom/deepl-mock/compare/v1.15.3...v1.16.0
221224
[1.15.3]: https://github.com/DeepLcom/deepl-mock/compare/v1.15.2...v1.15.3
222225
[1.15.2]: https://github.com/DeepLcom/deepl-mock/compare/v1.15.2...v1.15.2
223226
[1.15.1]: https://github.com/DeepLcom/deepl-mock/compare/v1.15.0...v1.15.1

package-lock.json

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "deepl-mock",
33
"description": "DeepL API mock server",
4-
"version": "1.15.3",
4+
"version": "1.16.0",
55
"author": "DeepL SE <[email protected]>",
66
"license": "MIT",
77
"repository": "DeepLcom/deepl-mock",

0 commit comments

Comments
 (0)