Skip to content

Commit 99b1488

Browse files
docs: Increase version to 1.11.0
1 parent d2dcffe commit 99b1488

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77

88
## [Unreleased]
9+
10+
11+
## [1.11.0] - 2023-07-06
912
### Added
1013
* Add formality for Japanese (`'JA'`).
1114
* Add JSON-requests support to certain endpoints, matching DeepL API.
@@ -162,7 +165,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
162165
Initial version.
163166

164167

165-
[Unreleased]: https://github.com/DeepLcom/deepl-mock/compare/v1.10.0...HEAD
168+
[Unreleased]: https://github.com/DeepLcom/deepl-mock/compare/v1.11.0...HEAD
169+
[1.11.0]: https://github.com/DeepLcom/deepl-mock/compare/v1.10.0...v1.11.0
166170
[1.10.0]: https://github.com/DeepLcom/deepl-mock/compare/v1.9.1...v1.10.0
167171
[1.9.1]: https://github.com/DeepLcom/deepl-mock/compare/v1.9.0...v1.9.1
168172
[1.9.0]: https://github.com/DeepLcom/deepl-mock/compare/v1.8.1...v1.9.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.10.0",
4+
"version": "1.11.0",
55
"author": "DeepL SE <[email protected]>",
66
"license": "MIT",
77
"repository": "DeepLcom/deepl-mock",

0 commit comments

Comments
 (0)