diff --git a/clients/typescript/CHANGELOG.md b/clients/typescript/CHANGELOG.md index effb5084..e158df8c 100644 --- a/clients/typescript/CHANGELOG.md +++ b/clients/typescript/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.2.1](https://github.com/phrase/openapi/compare/typescript-v2.2.0...typescript-v2.2.1) (2024-06-18) + + +### Bug Fixes + +* add app_min_version and app_max_version param to releases ([#633](https://github.com/phrase/openapi/issues/633)) ([b384301](https://github.com/phrase/openapi/commit/b3843012460ace4c1d34c4373e5158595466adcb)) + ## [2.2.0](https://github.com/phrase/openapi/compare/typescript-v2.1.1...typescript-v2.2.0) (2024-06-12) diff --git a/openapi-generator/typescript_lang.yaml b/openapi-generator/typescript_lang.yaml index 26dde1a0..37b2267f 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: 2.2.0 +npmVersion: 2.2.1 typescriptThreePlus: true templateDir: openapi-generator/templates/typescript-fetch diff --git a/release-please/manifest-typescript.json b/release-please/manifest-typescript.json index bfc26f9c..89d8ff81 100644 --- a/release-please/manifest-typescript.json +++ b/release-please/manifest-typescript.json @@ -1,3 +1,3 @@ { - ".": "2.2.0" + ".": "2.2.1" } \ No newline at end of file