diff --git a/clients/typescript/CHANGELOG.md b/clients/typescript/CHANGELOG.md index 659702bce..621a203f8 100644 --- a/clients/typescript/CHANGELOG.md +++ b/clients/typescript/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.28.0](https://github.com/phrase/strings-openapi/compare/typescript-v3.27.0...typescript-v3.28.0) (2026-09-24) + + +### Features + +* **API:** add page/per_page params to repo_syncs list endpoint #STRINGS-3518 ([#1297](https://github.com/phrase/strings-openapi/issues/1297)) ([414261f](https://github.com/phrase/strings-openapi/commit/414261fe370337ed78dd4a5144c98132bc91ee7a)) + ## [3.27.0](https://github.com/phrase/strings-openapi/compare/typescript-v3.26.0...typescript-v3.27.0) (2026-09-23) diff --git a/openapi-generator/typescript_lang.yaml b/openapi-generator/typescript_lang.yaml index 474542144..4f64605fd 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.27.0 +npmVersion: 3.28.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 14e0f9162..53e0b7425 100644 --- a/release-please/manifest-typescript.json +++ b/release-please/manifest-typescript.json @@ -1,3 +1,3 @@ { - ".": "3.27.0" + ".": "3.28.0" } \ No newline at end of file