Skip to content

Commit 18fd9a5

Browse files
authored
Merge pull request #63 from postmanlabs/release/v0.2.0
Release version v0.2.0
2 parents e536b15 + 9d83efc commit 18fd9a5

File tree

3 files changed

+21
-29
lines changed

3 files changed

+21
-29
lines changed

CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## [Unreleased]
44

5+
## [v0.2.0] - 2024-07-03
6+
7+
### Updated
8+
9+
- Updated graphql version to v15.8.0.
10+
511
## [v0.1.1] - 2024-04-05
612

713
### Fixed
@@ -68,6 +74,8 @@
6874

6975
- Base release
7076

71-
[Unreleased]: https://github.com/postmanlabs/graphql-to-postman/compare/v0.1.1...HEAD
77+
[Unreleased]: https://github.com/postmanlabs/graphql-to-postman/compare/v0.2.0...HEAD
78+
79+
[v0.2.0]: https://github.com/postmanlabs/graphql-to-postman/compare/v0.1.1...v0.2.0
7280

7381
[v0.1.1]: https://github.com/postmanlabs/graphql-to-postman/compare/011f91a2fff94f02aeefcfc004a96777a62829bb...v0.1.1

package-lock.json

+10-26
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-to-postman",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"description": "Generates a Postman Collection from a GraphQL schema.",
55
"main": "index.js",
66
"bin": {
@@ -34,7 +34,7 @@
3434
"license": "Apache-2.0",
3535
"dependencies": {
3636
"commander": "2.20.3",
37-
"graphql": "14.5.8",
37+
"graphql": "15.8.0",
3838
"lodash": "4.17.19",
3939
"postman-collection": "3.5.5"
4040
},

0 commit comments

Comments
 (0)