Skip to content

Commit f1efadb

Browse files
committed
build: 4.0.0 release
1 parent 3068bd0 commit f1efadb

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 4.0.0 (2023-03-03)
2+
3+
* chore: prepping our fork to be released under our org ([51bfb90](https://github.com/readmeio/postman-to-openapi/commit/51bfb90))
4+
* fix: missing `code` would result in an `undefined` response status (#2) ([3068bd0](https://github.com/readmeio/postman-to-openapi/commit/3068bd0)), closes [#2](https://github.com/readmeio/postman-to-openapi/issues/2)
5+
6+
17
### [3.0.1](https://github.com/joolfe/postman-to-openapi/compare/3.0.0...3.0.1) (2023-01-21)
28

39

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@readme/postman-to-openapi",
3-
"version": "3.0.1",
3+
"version": "4.0.0",
44
"description": "Convert postman collection to OpenAPI spec",
55
"license": "MIT",
66
"main": "src/index.js",

0 commit comments

Comments
 (0)