Skip to content

Commit 2a5138b

Browse files
committed
docs: Increase version to 1.15.2
1 parent adb63b1 commit 2a5138b

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ 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.2] - 2024-01-17
9+
### Fixed
10+
* Fix typo in util function that causes a crash.
11+
12+
813
## [1.15.1] - 2024-01-17
914
### Fixed
1015
* `v2/write/rephrase` now returns the target language in BCP-47 format,
@@ -207,6 +212,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
207212
Initial version.
208213

209214

215+
[1.15.2]: https://github.com/DeepLcom/deepl-mock/compare/v1.15.2...v1.15.2
210216
[1.15.1]: https://github.com/DeepLcom/deepl-mock/compare/v1.15.0...v1.15.1
211217
[1.15.0]: https://github.com/DeepLcom/deepl-mock/compare/v1.14.1...v1.15.0
212218
[1.14.1]: https://github.com/DeepLcom/deepl-mock/compare/v1.14.0...v1.14.1

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

0 commit comments

Comments
 (0)