Skip to content

Commit 980d0a9

Browse files
committed
chore(master): release typescript 2.6.0
1 parent f90370f commit 980d0a9

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

clients/typescript/CHANGELOG.md

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

3+
## [2.6.0](https://github.com/phrase/openapi/compare/typescript-v2.5.0...typescript-v2.6.0) (2024-11-20)
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+
311
## [2.5.0](https://github.com/phrase/openapi/compare/typescript-v2.4.0...typescript-v2.5.0) (2024-10-02)
412

513

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)