Skip to content

Commit

Permalink
Merge pull request #111 from joolfe/develop
Browse files Browse the repository at this point in the history
upload ts definitions in package
  • Loading branch information
joolfe authored May 19, 2021
2 parents e0868b1 + 65a6227 commit ca432f5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
### [1.9.1](https://github.com/joolfe/postman-to-openapi/compare/1.9.0...1.9.1) (2021-05-19)


### Bug Fixes

* ts definition should be upload with the package ([0c4610d](https://github.com/joolfe/postman-to-openapi/commit/0c4610d3784b47a5f336280efba395813b1dbb46))

## [1.9.0](https://github.com/joolfe/postman-to-openapi/compare/1.8.0...1.9.0) (2021-05-18)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postman-to-openapi",
"version": "1.9.0",
"version": "1.9.1",
"description": "Convert postman collection to OpenAPI spec",
"main": "lib/index.js",
"types": "types/index.d.ts",
Expand All @@ -20,7 +20,8 @@
},
"files": [
"bin/*",
"lib/*"
"lib/*",
"types/*"
],
"repository": {
"type": "git",
Expand Down

0 comments on commit ca432f5

Please sign in to comment.