From f12d51a738a4c9416df17956d17d2821d41e97a2 Mon Sep 17 00:00:00 2001 From: Phrase Date: Tue, 5 May 2026 09:52:12 +0200 Subject: [PATCH] chore(main): release typescript 3.22.0 --- clients/typescript/CHANGELOG.md | 8 ++++++++ openapi-generator/typescript_lang.yaml | 2 +- release-please/manifest-typescript.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/clients/typescript/CHANGELOG.md b/clients/typescript/CHANGELOG.md index a3cc68ed..f581f882 100644 --- a/clients/typescript/CHANGELOG.md +++ b/clients/typescript/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [3.22.0](https://github.com/phrase/strings-openapi/compare/typescript-v3.21.0...typescript-v3.22.0) (2026-05-05) + + +### Features + +* **repo_syncs:** add API docs for create endpoint [SCD-933] ([#1113](https://github.com/phrase/strings-openapi/issues/1113)) ([3f65e16](https://github.com/phrase/strings-openapi/commit/3f65e16f6aeb074b933c7d7899197a1884c32865)) +* **SCM-1430:** Add q search param to tags list endpoint ([#1122](https://github.com/phrase/strings-openapi/issues/1122)) ([b1342c6](https://github.com/phrase/strings-openapi/commit/b1342c6b94f2f9256d5d0f093ef65c7602e44ae5)) + ## [3.21.0](https://github.com/phrase/strings-openapi/compare/typescript-v3.20.0...typescript-v3.21.0) (2026-04-27) diff --git a/openapi-generator/typescript_lang.yaml b/openapi-generator/typescript_lang.yaml index 7f319e05..bcde5dbd 100644 --- a/openapi-generator/typescript_lang.yaml +++ b/openapi-generator/typescript_lang.yaml @@ -2,7 +2,7 @@ generatorName: typescript-fetch outputDir: clients/typescript npmName: phrase-js -npmVersion: 3.21.0 +npmVersion: 3.22.0 typescriptThreePlus: true templateDir: openapi-generator/templates/typescript-fetch repositoryUrl: https://github.com/phrase/phrase-js diff --git a/release-please/manifest-typescript.json b/release-please/manifest-typescript.json index eba8a049..1887bd54 100644 --- a/release-please/manifest-typescript.json +++ b/release-please/manifest-typescript.json @@ -1,3 +1,3 @@ { - ".": "3.21.0" + ".": "3.22.0" } \ No newline at end of file