Skip to content

Commit 9e2232f

Browse files
committed
Released v1.5.0
1 parent 0cc7a83 commit 9e2232f

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# cURL to Postman Importer Changelog
22

3+
#### v1.5.0 (March 31, 2023)
4+
* Fixed an issue where request generation failed for certain bash operators.
5+
* Fixed an issue where cURL with comments described was converted incorrectly.
6+
37
#### v1.4.0 (March 17, 2023)
48
* Fixed issue [#7895](https://github.com/postmanlabs/postman-app-support/issues/7895) where cURL with no specific method defined for formdata type of body were not converted correctly.
59

package-lock.json

Lines changed: 1 addition & 1 deletion
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": "curl-to-postmanv2",
3-
"version": "1.4.0",
3+
"version": "1.5.0",
44
"description": "Convert a given CURL command to a Postman request",
55
"main": "index.js",
66
"com_postman_plugin": {

0 commit comments

Comments
 (0)