From 3af86b8fcb115b713ee10408d76d479eadad8f74 Mon Sep 17 00:00:00 2001 From: Phrase Date: Tue, 1 Aug 2023 14:13:20 +0200 Subject: [PATCH] chore(master): release typescript 1.9.3 --- clients/typescript/CHANGELOG.md | 7 +++++++ openapi-generator/typescript_lang.yaml | 2 +- release-please/manifest-typescript.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/clients/typescript/CHANGELOG.md b/clients/typescript/CHANGELOG.md index fcbbdf095..d00d4b2bc 100644 --- a/clients/typescript/CHANGELOG.md +++ b/clients/typescript/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.9.3](https://github.com/phrase/openapi/compare/typescript-v1.9.2...typescript-v1.9.3) (2023-08-01) + + +### 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 6d5feb64b..a96b692ff 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.9.3 typescriptThreePlus: true templateDir: openapi-generator/templates/typescript-fetch diff --git a/release-please/manifest-typescript.json b/release-please/manifest-typescript.json index 7d0520856..5933cd316 100644 --- a/release-please/manifest-typescript.json +++ b/release-please/manifest-typescript.json @@ -1,3 +1,3 @@ { - ".": "1.9.2" + ".": "1.9.3" } \ No newline at end of file