From 938c53e5abd2b14c05304f30514e860a77926361 Mon Sep 17 00:00:00 2001 From: Phrase Date: Fri, 18 Jul 2025 15:10:11 +0200 Subject: [PATCH] chore(main): release typescript 3.5.0 --- clients/typescript/CHANGELOG.md | 9 +++++++++ openapi-generator/typescript_lang.yaml | 2 +- release-please/manifest-typescript.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/clients/typescript/CHANGELOG.md b/clients/typescript/CHANGELOG.md index 45d64ed4a..9ac16a6cf 100644 --- a/clients/typescript/CHANGELOG.md +++ b/clients/typescript/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [3.5.0](https://github.com/phrase/openapi/compare/typescript-v3.4.0...typescript-v3.5.0) (2025-07-18) + + +### Features + +* **API:** add updated_since param for downloads ([#858](https://github.com/phrase/openapi/issues/858)) ([db4196b](https://github.com/phrase/openapi/commit/db4196bfb1a45f628577bebb99aad7da1179c241)) +* **API:** Add use_ordinal_rules attribute to request body for create/update Keys endpoints ([#868](https://github.com/phrase/openapi/issues/868)) ([29410b5](https://github.com/phrase/openapi/commit/29410b5d4edee9645f449d2d7de53fb953c1f0c2)) +* **API:** Add use_ordinal_rules boolean [STRINGS-2273] ([#846](https://github.com/phrase/openapi/issues/846)) ([450ce0c](https://github.com/phrase/openapi/commit/450ce0cce6bb2064758c44b130b39dd5539c2681)) + ## [3.4.0](https://github.com/phrase/openapi/compare/typescript-v3.3.0...typescript-v3.4.0) (2025-05-23) diff --git a/openapi-generator/typescript_lang.yaml b/openapi-generator/typescript_lang.yaml index a44a090ca..fd30bfac4 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: 3.4.0 +npmVersion: 3.5.0 typescriptThreePlus: true templateDir: openapi-generator/templates/typescript-fetch diff --git a/release-please/manifest-typescript.json b/release-please/manifest-typescript.json index 2437b4193..bf0d03617 100644 --- a/release-please/manifest-typescript.json +++ b/release-please/manifest-typescript.json @@ -1,3 +1,3 @@ { - ".": "3.4.0" + ".": "3.5.0" } \ No newline at end of file