diff --git a/clients/typescript/CHANGELOG.md b/clients/typescript/CHANGELOG.md index 66f328a5..6c51b810 100644 --- a/clients/typescript/CHANGELOG.md +++ b/clients/typescript/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [3.26.0](https://github.com/phrase/strings-openapi/compare/typescript-v3.25.0...typescript-v3.26.0) (2026-09-10) + + +### Features + +* **API:** add Checks API endpoints ([#1242](https://github.com/phrase/strings-openapi/issues/1242)) ([0be2f2c](https://github.com/phrase/strings-openapi/commit/0be2f2c9f17f2488a936387e4f6824760c3b6a7c)) +* **API:** add created_since filter to check issues list #STRINGS-3043 ([#1256](https://github.com/phrase/strings-openapi/issues/1256)) ([01f2da7](https://github.com/phrase/strings-openapi/commit/01f2da7da6fcae20ca8d76d1e8ab42a7f31a8918)) +* **API:** add machine translation settings and locale provider mapping endpoints #STRINGS-2977 ([#1252](https://github.com/phrase/strings-openapi/issues/1252)) ([eeb265f](https://github.com/phrase/strings-openapi/commit/eeb265f432a2ae9c43fdc2f41ad09a01ef35690d)) + ## [3.25.0](https://github.com/phrase/strings-openapi/compare/typescript-v3.24.0...typescript-v3.25.0) (2026-08-31) diff --git a/openapi-generator/typescript_lang.yaml b/openapi-generator/typescript_lang.yaml index 8f5a6e91..978aad94 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.25.0 +npmVersion: 3.26.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 b0c3aa56..0aeadf35 100644 --- a/release-please/manifest-typescript.json +++ b/release-please/manifest-typescript.json @@ -1,3 +1,3 @@ { - ".": "3.25.0" + ".": "3.26.0" } \ No newline at end of file