diff --git a/clients/typescript/CHANGELOG.md b/clients/typescript/CHANGELOG.md index fcbbdf09..83bbfc27 100644 --- a/clients/typescript/CHANGELOG.md +++ b/clients/typescript/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.10.0](https://github.com/phrase/openapi/compare/typescript-v1.9.2...typescript-v1.10.0) (2023-08-22) + + +### Features + +* **TSE-950:** Document comment_reactions endpoints ([#380](https://github.com/phrase/openapi/issues/380)) ([f230244](https://github.com/phrase/openapi/commit/f230244e6e9c069b18edc4c35dd5e290fd14793b)) + + +### Bug Fixes + +* **schemas:** Fix gitlab_sync type mismatch ([#373](https://github.com/phrase/openapi/issues/373)) ([1cb1f65](https://github.com/phrase/openapi/commit/1cb1f650598c68afee6e2cd7c3c4ede1484aba35)) + ## [1.9.2](https://github.com/phrase/openapi/compare/typescript-v1.9.1...typescript-v1.9.2) (2023-07-28) diff --git a/openapi-generator/typescript_lang.yaml b/openapi-generator/typescript_lang.yaml index 6d5feb64..32067e2e 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: 1.9.2 +npmVersion: 1.10.0 typescriptThreePlus: true templateDir: openapi-generator/templates/typescript-fetch diff --git a/release-please/manifest-typescript.json b/release-please/manifest-typescript.json index 7d052085..eb4e0dba 100644 --- a/release-please/manifest-typescript.json +++ b/release-please/manifest-typescript.json @@ -1,3 +1,3 @@ { - ".": "1.9.2" + ".": "1.10.0" } \ No newline at end of file