Skip to content

Commit cf172a5

Browse files
authored
Merge pull request #88 from postmanlabs/release/v1.8.3
Release version v1.8.3
2 parents cf5c072 + 40c236a commit cf172a5

File tree

4 files changed

+30
-86
lines changed

4 files changed

+30
-86
lines changed

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
18.13.0

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## [Unreleased]
44

5+
## [v1.8.3] - 2025-09-30
6+
7+
### Changed
8+
9+
- Upgrade dep: shell-quote
10+
511
## [v1.8.2] - 2025-02-20
612

713
### Added
@@ -134,7 +140,9 @@ Newer releases follow the [Keep a Changelog](https://keepachangelog.com) format.
134140
- Conforming to the internal Postman plugin interface
135141
- Fixes for Github issues - 4770,3623,3135,4018,5737,5286, among others
136142

137-
[Unreleased]: https://github.com/postmanlabs/curl-to-postman/compare/v1.8.2...HEAD
143+
[Unreleased]: https://github.com/postmanlabs/curl-to-postman/compare/v1.8.3...HEAD
144+
145+
[v1.8.3]: https://github.com/postmanlabs/curl-to-postman/compare/v1.8.2...v1.8.3
138146

139147
[v1.8.2]: https://github.com/postmanlabs/curl-to-postman/compare/v1.8.1...v1.8.2
140148

package-lock.json

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

package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "curl-to-postmanv2",
3-
"version": "1.8.2",
3+
"version": "1.8.3",
44
"description": "Convert a given CURL command to a Postman request",
55
"main": "index.js",
66
"com_postman_plugin": {
@@ -12,10 +12,9 @@
1212
"node": ">=12"
1313
},
1414
"dependencies": {
15-
"commander": "2.20.3",
16-
"lodash": "4.17.21",
17-
"shell-quote": "1.6.1",
18-
"uuid": "3.2.1",
15+
"commander": "^2.20.3",
16+
"lodash": "^4.17.21",
17+
"shell-quote": "^1.8.2",
1918
"valid-url": "^1.0.9"
2019
},
2120
"devDependencies": {

0 commit comments

Comments
 (0)