Skip to content

Commit 4feaeca

Browse files
committed
Prepare release v1.8.3
1 parent 4087505 commit 4feaeca

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

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

33
## [Unreleased]
44

5+
## [v1.8.3] - 2025-09-30
6+
57
## [v1.8.2] - 2025-02-20
68

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

137-
[Unreleased]: https://github.com/postmanlabs/curl-to-postman/compare/v1.8.2...HEAD
139+
[Unreleased]: https://github.com/postmanlabs/curl-to-postman/compare/v1.8.3...HEAD
140+
141+
[v1.8.3]: https://github.com/postmanlabs/curl-to-postman/compare/v1.8.2...v1.8.3
138142

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

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.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": {

0 commit comments

Comments
 (0)