From 2a5138b3dad3c206f32b316bfd110ee38bbdfc34 Mon Sep 17 00:00:00 2001 From: Jan Ebbing Date: Fri, 17 Jan 2025 17:23:02 +0000 Subject: [PATCH] docs: Increase version to 1.15.2 --- CHANGELOG.md | 6 ++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8ccf25..78b7822 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ 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.2] - 2024-01-17 +### Fixed +* Fix typo in util function that causes a crash. + + ## [1.15.1] - 2024-01-17 ### Fixed * `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 Initial version. +[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 [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 diff --git a/package-lock.json b/package-lock.json index 652f82e..f96f811 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "deepl-mock", - "version": "1.15.1", + "version": "1.15.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "deepl-mock", - "version": "1.15.1", + "version": "1.15.2", "license": "MIT", "dependencies": { "csv-parser": "^3.0.0", diff --git a/package.json b/package.json index 403581b..6ad8fac 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "deepl-mock", "description": "DeepL API mock server", - "version": "1.15.1", + "version": "1.15.2", "author": "DeepL SE ", "license": "MIT", "repository": "DeepLcom/deepl-mock",