Skip to content

Commit

Permalink
docs: Increase veersion to 1.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JanEbbing committed Jan 17, 2025
1 parent 5a98ac0 commit 6d03d65
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [1.15.0] - 2024-01-15
## [1.15.1] - 2024-01-17
### Fixed
* `v2/write/rephrase` now returns the target language in BCP-47 format,
like the real API.


## [1.15.0] - 2025-01-15
### Added
* Added support for the Write API in the mock server.


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


[1.15.1]: https://github.com/DeepLcom/deepl-mock/compare/v1.15.0...v1.15.1
[1.15.0]: https://github.com/DeepLcom/deepl-mock/compare/v1.14.1...v1.15.0
[1.14.1]: https://github.com/DeepLcom/deepl-mock/compare/v1.14.0...v1.14.1
[1.14.0]: https://github.com/DeepLcom/deepl-mock/compare/v1.13.0...v1.14.0
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "deepl-mock",
"description": "DeepL API mock server",
"version": "1.15.0",
"version": "1.15.1",
"author": "DeepL SE <[email protected]>",
"license": "MIT",
"repository": "DeepLcom/deepl-mock",
Expand Down

0 comments on commit 6d03d65

Please sign in to comment.