Skip to content

Commit

Permalink
chore(master): release typescript 2.2.1 (#635)
Browse files Browse the repository at this point in the history
  • Loading branch information
phrase-bot authored Jun 18, 2024
1 parent 6e2144a commit d945e6e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions clients/typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

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


### Bug Fixes

* add app_min_version and app_max_version param to releases ([#633](https://github.com/phrase/openapi/issues/633)) ([b384301](https://github.com/phrase/openapi/commit/b3843012460ace4c1d34c4373e5158595466adcb))

## [2.2.0](https://github.com/phrase/openapi/compare/typescript-v2.1.1...typescript-v2.2.0) (2024-06-12)


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.0
npmVersion: 2.2.1
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.0"
".": "2.2.1"
}

0 comments on commit d945e6e

Please sign in to comment.