Skip to content

Commit f602f83

Browse files
committed
chore(master): release typescript 2.6.0
1 parent 141936e commit f602f83

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

clients/typescript/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [2.6.0](https://github.com/phrase/openapi/compare/typescript-v2.5.0...typescript-v2.6.0) (2024-12-03)
4+
5+
6+
### Features
7+
8+
* **API:** Add Pagination header to POST search endpoints [[#457](https://github.com/phrase/openapi/issues/457)] ([#706](https://github.com/phrase/openapi/issues/706)) ([9a79fa3](https://github.com/phrase/openapi/commit/9a79fa31bb3b9d58272fa2f4e82d72d0d44a93a0))
9+
* **API:** autotranslate param in key creation [STRINGS-786] ([#713](https://github.com/phrase/openapi/issues/713)) ([581d0ff](https://github.com/phrase/openapi/commit/581d0ff5f1d06757e5ddd9603b78fc8d435d68ee))
10+
11+
12+
### Bug Fixes
13+
14+
* **API:** Comment creation schema fix #STRINGS-866 ([#718](https://github.com/phrase/openapi/issues/718)) ([e201d13](https://github.com/phrase/openapi/commit/e201d1360c89698dd8d3642cc28f89dd0e50a1fb))
15+
316
## [2.5.0](https://github.com/phrase/openapi/compare/typescript-v2.4.0...typescript-v2.5.0) (2024-10-02)
417

518

openapi-generator/typescript_lang.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
generatorName: typescript-fetch
33
outputDir: clients/typescript
44
npmName: phrase-js
5-
npmVersion: 2.5.0
5+
npmVersion: 2.6.0
66
typescriptThreePlus: true
77
templateDir: openapi-generator/templates/typescript-fetch
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.5.0"
2+
".": "2.6.0"
33
}

0 commit comments

Comments
 (0)