diff --git a/CHANGELOG.md b/CHANGELOG.md index 3333b99..668f860 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 50780af..99cec2c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "postman-to-openapi", - "version": "1.9.0", + "version": "1.9.1", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "1.9.0", + "version": "1.9.1", "license": "MIT", "dependencies": { "commander": "^7.2.0", diff --git a/package.json b/package.json index c3d19bb..a660312 100644 --- a/package.json +++ b/package.json @@ -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", @@ -20,7 +20,8 @@ }, "files": [ "bin/*", - "lib/*" + "lib/*", + "types/*" ], "repository": { "type": "git",