Skip to content

Commit

Permalink
chore(release): 6.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hosseinmd committed Aug 12, 2022
1 parent 14067a2 commit 31b8de4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [6.3.0](https://github.com/hosseinmd/swagger-typescript/compare/v6.2.7...v6.3.0) (2022-08-12)


### Features

* add postman support ([14067a2](https://github.com/hosseinmd/swagger-typescript/commit/14067a2ab99d2943c415afba8c518e27356ecdbc))


### Bug Fixes

* await generateService in main function generate ([#34](https://github.com/hosseinmd/swagger-typescript/issues/34)) ([75ec836](https://github.com/hosseinmd/swagger-typescript/commit/75ec8369202685dff792bb080203e4614fc43204))

### [6.2.7](https://github.com/hosseinmd/swagger-typescript/compare/v6.2.6...v6.2.7) (2022-08-02)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "swagger-typescript",
"version": "6.2.7",
"version": "6.3.0",
"description": "An auto ts/js code generate from swagger/openApi",
"main": "lib/index.js",
"bin": {
Expand Down

0 comments on commit 31b8de4

Please sign in to comment.