Skip to content

Commit b319e18

Browse files
committed
Prepare release v1.8.0
1 parent f7fddd1 commit b319e18

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.0] - 2024-01-17
6+
57
### Changed
68

79
- Fix for - [#12349](https://github.com/postmanlabs/postman-app-support/issues/12349) Fixed issue where GraphQL requests were failing to send correct data.
@@ -120,7 +122,9 @@ Newer releases follow the [Keep a Changelog](https://keepachangelog.com) format.
120122
- Conforming to the internal Postman plugin interface
121123
- Fixes for Github issues - 4770,3623,3135,4018,5737,5286, among others
122124

123-
[Unreleased]: https://github.com/postmanlabs/curl-to-postman/compare/v1.7.1...HEAD
125+
[Unreleased]: https://github.com/postmanlabs/curl-to-postman/compare/v1.8.0...HEAD
126+
127+
[v1.8.0]: https://github.com/postmanlabs/curl-to-postman/compare/v1.7.1...v1.8.0
124128

125129
[v1.7.1]: https://github.com/postmanlabs/curl-to-postman/compare/v1.7.0...v1.7.1
126130

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.7.1",
3+
"version": "1.8.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)