Skip to content

Commit 6d03d65

Browse files
committed
docs: Increase veersion to 1.15.1
1 parent 5a98ac0 commit 6d03d65

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

CHANGELOG.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,18 @@ 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-
## [1.15.0] - 2024-01-15
8+
## [1.15.1] - 2024-01-17
9+
### Fixed
10+
* `v2/write/rephrase` now returns the target language in BCP-47 format,
11+
like the real API.
12+
13+
14+
## [1.15.0] - 2025-01-15
915
### Added
1016
* Added support for the Write API in the mock server.
1117

1218

13-
## [1.14.1] - 2024-01-14
19+
## [1.14.1] - 2025-01-14
1420
### Fixed
1521
* Update `path-to-regexp` dependency due to CVE-2024-52798
1622
* Update `cross-spawn` dependency due to CVE-2024-21538
@@ -201,6 +207,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
201207
Initial version.
202208

203209

210+
[1.15.1]: https://github.com/DeepLcom/deepl-mock/compare/v1.15.0...v1.15.1
204211
[1.15.0]: https://github.com/DeepLcom/deepl-mock/compare/v1.14.1...v1.15.0
205212
[1.14.1]: https://github.com/DeepLcom/deepl-mock/compare/v1.14.0...v1.14.1
206213
[1.14.0]: https://github.com/DeepLcom/deepl-mock/compare/v1.13.0...v1.14.0

package-lock.json

+2-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.0",
4+
"version": "1.15.1",
55
"author": "DeepL SE <[email protected]>",
66
"license": "MIT",
77
"repository": "DeepLcom/deepl-mock",

0 commit comments

Comments
 (0)