diff --git a/clients/typescript/CHANGELOG.md b/clients/typescript/CHANGELOG.md index 35b208b0c..56da6226d 100644 --- a/clients/typescript/CHANGELOG.md +++ b/clients/typescript/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [3.0.1](https://github.com/phrase/openapi/compare/typescript-v3.0.0...typescript-v3.0.1) (2024-12-20) + + +### Bug Fixes + +* **API:** Repo Sync Event errors field type #STRINGS-1074 ([#756](https://github.com/phrase/openapi/issues/756)) ([c7670e0](https://github.com/phrase/openapi/commit/c7670e04810f95359d72ba6346b5f626bfb77b6f)) +* **API:** Repo Sync schema fixes #STRINGS-1074 ([#748](https://github.com/phrase/openapi/issues/748)) ([033be10](https://github.com/phrase/openapi/commit/033be1003fe01b5115de1f8ba2336d32b4862bfd)) + ## [3.0.0](https://github.com/phrase/openapi/compare/typescript-v2.6.0...typescript-v3.0.0) (2024-12-18) diff --git a/openapi-generator/typescript_lang.yaml b/openapi-generator/typescript_lang.yaml index dfaa67649..f37580159 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.0 +npmVersion: 3.0.1 typescriptThreePlus: true templateDir: openapi-generator/templates/typescript-fetch diff --git a/release-please/manifest-typescript.json b/release-please/manifest-typescript.json index 4191c8899..56441f9d3 100644 --- a/release-please/manifest-typescript.json +++ b/release-please/manifest-typescript.json @@ -1,3 +1,3 @@ { - ".": "3.0.0" + ".": "3.0.1" } \ No newline at end of file