Skip to content

Commit dced37a

Browse files
committed
build: 4.1.0 release
1 parent b13f7e5 commit dced37a

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 4.1.0 (2023-05-01)
2+
3+
* fix: create a response description if one is missing (#3) ([b13f7e5](https://github.com/readmeio/postman-to-openapi/commit/b13f7e5)), closes [#3](https://github.com/readmeio/postman-to-openapi/issues/3)
4+
* chore(deps-dev): bumping out of date deps ([66f1f68](https://github.com/readmeio/postman-to-openapi/commit/66f1f68))
5+
6+
7+
18
## 4.0.0 (2023-03-03)
29

310
* chore: prepping our fork to be released under our org ([51bfb90](https://github.com/readmeio/postman-to-openapi/commit/51bfb90))

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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@readme/postman-to-openapi",
3-
"version": "4.0.0",
3+
"version": "4.1.0",
44
"description": "Convert postman collection to OpenAPI spec",
55
"license": "MIT",
66
"main": "src/index.js",
@@ -33,8 +33,8 @@
3333
"lint:ts": "tsc --build types",
3434
"prepare": "husky install",
3535
"pretest": "npm run lint",
36-
"test": "nyc mocha",
37-
"release": "npx conventional-changelog-cli -i CHANGELOG.md -s && git add CHANGELOG.md"
36+
"release": "npx conventional-changelog-cli -i CHANGELOG.md -s && git add CHANGELOG.md",
37+
"test": "nyc mocha"
3838
},
3939
"dependencies": {
4040
"@readme/http-status-codes": "^7.2.0",

0 commit comments

Comments
 (0)