Skip to content

Commit

Permalink
chore(master): release typescript 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Phrase committed Aug 22, 2023
1 parent f230244 commit 99b96de
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions clients/typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.10.0](https://github.com/phrase/openapi/compare/typescript-v1.9.2...typescript-v1.10.0) (2023-08-22)


### Features

* **TSE-950:** Document comment_reactions endpoints ([#380](https://github.com/phrase/openapi/issues/380)) ([f230244](https://github.com/phrase/openapi/commit/f230244e6e9c069b18edc4c35dd5e290fd14793b))


### Bug Fixes

* **schemas:** Fix gitlab_sync type mismatch ([#373](https://github.com/phrase/openapi/issues/373)) ([1cb1f65](https://github.com/phrase/openapi/commit/1cb1f650598c68afee6e2cd7c3c4ede1484aba35))

## [1.9.2](https://github.com/phrase/openapi/compare/typescript-v1.9.1...typescript-v1.9.2) (2023-07-28)


Expand Down
2 changes: 1 addition & 1 deletion openapi-generator/typescript_lang.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
generatorName: typescript-fetch
outputDir: clients/typescript
npmName: phrase-js
npmVersion: 1.9.2
npmVersion: 1.10.0
typescriptThreePlus: true
templateDir: openapi-generator/templates/typescript-fetch
2 changes: 1 addition & 1 deletion release-please/manifest-typescript.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.9.2"
".": "1.10.0"
}

0 comments on commit 99b96de

Please sign in to comment.