Skip to content

Commit bf2d184

Browse files
authored
Merge pull request #67 from postmanlabs/release/v0.3.0
Release version v0.3.0
2 parents 2665903 + 66c4934 commit bf2d184

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.md

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

33
## [Unreleased]
44

5+
## [v0.3.0] - 2024-07-10
6+
7+
### Chore
8+
9+
- Updated postman-collection to v4.4.0.
10+
511
## [v0.2.0] - 2024-07-03
612

713
### Updated
@@ -74,7 +80,9 @@
7480

7581
- Base release
7682

77-
[Unreleased]: https://github.com/postmanlabs/graphql-to-postman/compare/v0.2.0...HEAD
83+
[Unreleased]: https://github.com/postmanlabs/graphql-to-postman/compare/v0.3.0...HEAD
84+
85+
[v0.3.0]: https://github.com/postmanlabs/graphql-to-postman/compare/v0.2.0...v0.3.0
7886

7987
[v0.2.0]: https://github.com/postmanlabs/graphql-to-postman/compare/v0.1.1...v0.2.0
8088

package-lock.json

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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-to-postman",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "Generates a Postman Collection from a GraphQL schema.",
55
"main": "index.js",
66
"bin": {

0 commit comments

Comments
 (0)