From 8d24232058e2383e8a50f5c660ecf70028fc7218 Mon Sep 17 00:00:00 2001 From: Phrase Date: Mon, 9 Sep 2024 09:46:00 +0200 Subject: [PATCH] chore(master): release typescript 2.4.0 (#673) --- clients/typescript/CHANGELOG.md | 7 +++++++ openapi-generator/typescript_lang.yaml | 2 +- release-please/manifest-typescript.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/clients/typescript/CHANGELOG.md b/clients/typescript/CHANGELOG.md index dc58f7ef..10e21e2d 100644 --- a/clients/typescript/CHANGELOG.md +++ b/clients/typescript/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.4.0](https://github.com/phrase/openapi/compare/typescript-v2.3.0...typescript-v2.4.0) (2024-09-09) + + +### Features + +* Add update_translations_on_source_match ([#670](https://github.com/phrase/openapi/issues/670)) ([11003ac](https://github.com/phrase/openapi/commit/11003ace7353bf99893482ca4aa32214abf3e581)) + ## [2.3.0](https://github.com/phrase/openapi/compare/typescript-v2.2.1...typescript-v2.3.0) (2024-07-02) diff --git a/openapi-generator/typescript_lang.yaml b/openapi-generator/typescript_lang.yaml index 7f7288e7..9db99d87 100644 --- a/openapi-generator/typescript_lang.yaml +++ b/openapi-generator/typescript_lang.yaml @@ -2,6 +2,6 @@ generatorName: typescript-fetch outputDir: clients/typescript npmName: phrase-js -npmVersion: 2.3.0 +npmVersion: 2.4.0 typescriptThreePlus: true templateDir: openapi-generator/templates/typescript-fetch diff --git a/release-please/manifest-typescript.json b/release-please/manifest-typescript.json index 75ec52fc..b44b2870 100644 --- a/release-please/manifest-typescript.json +++ b/release-please/manifest-typescript.json @@ -1,3 +1,3 @@ { - ".": "2.3.0" + ".": "2.4.0" } \ No newline at end of file