Skip to content

Commit a0db0ef

Browse files
committed
Prepare release v1.7.0
1 parent 0d82d39 commit a0db0ef

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22

33
## [Unreleased]
44

5+
## [v1.7.0] - 2023-06-27
6+
57
### Added
68

7-
- Fix for - [#9941](https://github.com/postmanlabs/postman-app-support/issues/9941) Add method to identify GraphQL requests from body data
9+
- Fix for - [#9941](https://github.com/postmanlabs/postman-app-support/issues/9941) Add method to identify GraphQL requests from body data
810

911
### Changed
1012

@@ -111,7 +113,9 @@ Newer releases follow the [Keep a Changelog](https://keepachangelog.com) format.
111113
- Conforming to the internal Postman plugin interface
112114
- Fixes for Github issues - 4770,3623,3135,4018,5737,5286, among others
113115

114-
[Unreleased]: https://github.com/postmanlabs/curl-to-postman/compare/v1.6.0...HEAD
116+
[Unreleased]: https://github.com/postmanlabs/curl-to-postman/compare/v1.7.0...HEAD
117+
118+
[v1.7.0]: https://github.com/postmanlabs/curl-to-postman/compare/v1.6.0...v1.7.0
115119

116120
[v1.6.0]: https://github.com/postmanlabs/curl-to-postman/compare/v1.5.0...v1.6.0
117121

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