Skip to content

Commit

Permalink
docs: Increase version to 1.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-gardella-deepl committed Jan 22, 2025
1 parent 7cc0258 commit ebbb61b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
11 changes: 7 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,22 @@ All notable changes to this project will be documented in this file.
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.16.0] - 2025-01-22
### Added
* Added checks for supported languages in the Write API.

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


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


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


[1.16.0]: https://github.com/DeepLcom/deepl-mock/compare/v1.15.3...v1.16.0
[1.15.3]: https://github.com/DeepLcom/deepl-mock/compare/v1.15.2...v1.15.3
[1.15.2]: https://github.com/DeepLcom/deepl-mock/compare/v1.15.2...v1.15.2
[1.15.1]: https://github.com/DeepLcom/deepl-mock/compare/v1.15.0...v1.15.1
Expand Down
2 changes: 2 additions & 0 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.3",
"version": "1.16.0",
"author": "DeepL SE <[email protected]>",
"license": "MIT",
"repository": "DeepLcom/deepl-mock",
Expand Down

0 comments on commit ebbb61b

Please sign in to comment.