Skip to content

Commit 9ec0f51

Browse files
authored
Merge pull request #85 from postmanlabs/release/v1.8.2
Release version v1.8.2
2 parents ea20996 + 9e88080 commit 9ec0f51

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

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.2] - 2025-02-20
6+
7+
### Added
8+
9+
- [#13455](https://github.com/postmanlabs/postman-app-support/issues/13455) Added support for -b and --cookie options and create relavant cookie header.
10+
511
## [v1.8.1] - 2024-04-17
612

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

131-
[Unreleased]: https://github.com/postmanlabs/curl-to-postman/compare/v1.8.1...HEAD
137+
[Unreleased]: https://github.com/postmanlabs/curl-to-postman/compare/v1.8.2...HEAD
138+
139+
[v1.8.2]: https://github.com/postmanlabs/curl-to-postman/compare/v1.8.1...v1.8.2
132140

133141
[v1.8.1]: https://github.com/postmanlabs/curl-to-postman/compare/v1.8.0...v1.8.1
134142

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": "curl-to-postmanv2",
3-
"version": "1.8.1",
3+
"version": "1.8.2",
44
"description": "Convert a given CURL command to a Postman request",
55
"main": "index.js",
66
"com_postman_plugin": {

0 commit comments

Comments
 (0)