diff --git a/clients/typescript/CHANGELOG.md b/clients/typescript/CHANGELOG.md index fefd9ae63..257b64ada 100644 --- a/clients/typescript/CHANGELOG.md +++ b/clients/typescript/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [3.1.0](https://github.com/phrase/openapi/compare/typescript-v3.0.3...typescript-v3.1.0) (2025-02-17) + + +### Features + +* **API:** Add locale_ids param to synchronous download endpoint [STRINGS-1492] ([#780](https://github.com/phrase/openapi/issues/780)) ([47186a4](https://github.com/phrase/openapi/commit/47186a44fc8c0b8e466636acf3d49413b1f29f30)) +* **API:** Add source last updated at information on job details ([#777](https://github.com/phrase/openapi/issues/777)) ([c9b8423](https://github.com/phrase/openapi/commit/c9b8423766b4138980d0553502b3e18ca524f34e)) + ## [3.0.3](https://github.com/phrase/openapi/compare/typescript-v3.0.2...typescript-v3.0.3) (2025-01-29) diff --git a/openapi-generator/typescript_lang.yaml b/openapi-generator/typescript_lang.yaml index 43f45464d..abf3bc4d0 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.0.3 +npmVersion: 3.1.0 typescriptThreePlus: true templateDir: openapi-generator/templates/typescript-fetch diff --git a/release-please/manifest-typescript.json b/release-please/manifest-typescript.json index 9202efd86..e0dc5001b 100644 --- a/release-please/manifest-typescript.json +++ b/release-please/manifest-typescript.json @@ -1,3 +1,3 @@ { - ".": "3.0.3" + ".": "3.1.0" } \ No newline at end of file