diff --git a/clients/typescript/CHANGELOG.md b/clients/typescript/CHANGELOG.md index 03e494bf..f08d63dd 100644 --- a/clients/typescript/CHANGELOG.md +++ b/clients/typescript/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.14.2](https://github.com/phrase/openapi/compare/typescript-v3.14.1...typescript-v3.14.2) (2025-12-17) + + +### Bug Fixes + +* **typescript:** Fix github release creation ([#989](https://github.com/phrase/openapi/issues/989)) ([4165f9e](https://github.com/phrase/openapi/commit/4165f9e1ec8d880ca292e41b8cf321d05fb6d456)) + ## [3.14.1](https://github.com/phrase/openapi/compare/typescript-v3.14.0...typescript-v3.14.1) (2025-12-17) diff --git a/openapi-generator/typescript_lang.yaml b/openapi-generator/typescript_lang.yaml index f4b9ec04..ea952891 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.14.1 +npmVersion: 3.14.2 typescriptThreePlus: true templateDir: openapi-generator/templates/typescript-fetch diff --git a/release-please/manifest-typescript.json b/release-please/manifest-typescript.json index bec92bfa..d82457b8 100644 --- a/release-please/manifest-typescript.json +++ b/release-please/manifest-typescript.json @@ -1,3 +1,3 @@ { - ".": "3.14.1" + ".": "3.14.2" } \ No newline at end of file