Skip to content

Commit

Permalink
chore(master): release typescript 2.3.0 (#648)
Browse files Browse the repository at this point in the history
  • Loading branch information
phrase-bot authored Jul 2, 2024
1 parent d417830 commit 5c6ec89
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions clients/typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [2.3.0](https://github.com/phrase/openapi/compare/typescript-v2.2.1...typescript-v2.3.0) (2024-07-02)


### Features

* add repo sync events show endpoint ([#641](https://github.com/phrase/openapi/issues/641)) ([e1d9cfb](https://github.com/phrase/openapi/commit/e1d9cfb23e079fea2d9e5475dff9a4137f1f0154))
* **API:** Async downloads [TSI-2515] ([#642](https://github.com/phrase/openapi/issues/642)) ([6fcab5d](https://github.com/phrase/openapi/commit/6fcab5d4719f64e8e5dd49c327dc9348b384de4c))

## [2.2.1](https://github.com/phrase/openapi/compare/typescript-v2.2.0...typescript-v2.2.1) (2024-06-18)


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: 2.2.1
npmVersion: 2.3.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 @@
{
".": "2.2.1"
".": "2.3.0"
}

0 comments on commit 5c6ec89

Please sign in to comment.