diff --git a/clients/typescript/CHANGELOG.md b/clients/typescript/CHANGELOG.md index 7a37c1a0..4a0c5ce8 100644 --- a/clients/typescript/CHANGELOG.md +++ b/clients/typescript/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [3.3.0](https://github.com/phrase/openapi/compare/typescript-v3.2.0...typescript-v3.3.0) (2025-03-06) + + +### Features + +* **API:** add updated_since filter to job list #STRINGS-1555 ([#799](https://github.com/phrase/openapi/issues/799)) ([dc9b6ed](https://github.com/phrase/openapi/commit/dc9b6ed12e013231d397820449086c87fea2f8ba)) +* **API:** Include roles in account response ([#811](https://github.com/phrase/openapi/issues/811)) ([dc27ee5](https://github.com/phrase/openapi/commit/dc27ee5117762222b6e1e6abb639f8e00c6a9101)) + ## [3.2.0](https://github.com/phrase/openapi/compare/typescript-v3.1.0...typescript-v3.2.0) (2025-02-17) diff --git a/openapi-generator/typescript_lang.yaml b/openapi-generator/typescript_lang.yaml index 27beeab1..985115f8 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.2.0 +npmVersion: 3.3.0 typescriptThreePlus: true templateDir: openapi-generator/templates/typescript-fetch diff --git a/release-please/manifest-typescript.json b/release-please/manifest-typescript.json index 1f73031b..ff1c7af5 100644 --- a/release-please/manifest-typescript.json +++ b/release-please/manifest-typescript.json @@ -1,3 +1,3 @@ { - ".": "3.2.0" + ".": "3.3.0" } \ No newline at end of file