diff --git a/clients/typescript/CHANGELOG.md b/clients/typescript/CHANGELOG.md index 77982a68..87fd6c47 100644 --- a/clients/typescript/CHANGELOG.md +++ b/clients/typescript/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.17.0](https://github.com/phrase/strings-openapi/compare/typescript-v3.16.1...typescript-v3.17.0) (2026-03-13) + + +### Features + +* **API:** Add only_content_updates on translations versions ([#977](https://github.com/phrase/strings-openapi/issues/977)) ([57df730](https://github.com/phrase/strings-openapi/commit/57df730023ee736307b619e366bf9c87d9fe0db2)) + ## [3.16.1](https://github.com/phrase/strings-openapi/compare/typescript-v3.16.0...typescript-v3.16.1) (2026-02-27) diff --git a/openapi-generator/typescript_lang.yaml b/openapi-generator/typescript_lang.yaml index 8946df0f..4adaf0dc 100644 --- a/openapi-generator/typescript_lang.yaml +++ b/openapi-generator/typescript_lang.yaml @@ -2,7 +2,7 @@ generatorName: typescript-fetch outputDir: clients/typescript npmName: phrase-js -npmVersion: 3.16.1 +npmVersion: 3.17.0 typescriptThreePlus: true templateDir: openapi-generator/templates/typescript-fetch repositoryUrl: https://github.com/phrase/phrase-js diff --git a/release-please/manifest-typescript.json b/release-please/manifest-typescript.json index 0117fb44..5522caae 100644 --- a/release-please/manifest-typescript.json +++ b/release-please/manifest-typescript.json @@ -1,3 +1,3 @@ { - ".": "3.16.1" + ".": "3.17.0" } \ No newline at end of file