Skip to content

Commit d998988

Browse files
committed
Prepare release v0.3.0
1 parent 2665903 commit d998988

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased]
44

5+
## [v0.3.0] - 2024-07-10
6+
57
## [v0.2.0] - 2024-07-03
68

79
### Updated
@@ -74,7 +76,9 @@
7476

7577
- Base release
7678

77-
[Unreleased]: https://github.com/postmanlabs/graphql-to-postman/compare/v0.2.0...HEAD
79+
[Unreleased]: https://github.com/postmanlabs/graphql-to-postman/compare/v0.3.0...HEAD
80+
81+
[v0.3.0]: https://github.com/postmanlabs/graphql-to-postman/compare/v0.2.0...v0.3.0
7882

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

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)