Skip to content

Commit b5e9444

Browse files
authored
Merge pull request #72 from postmanlabs/release/v1.0.0
Release version v1.0.0
2 parents 014cf45 + 8483f74 commit b5e9444

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## [Unreleased]
44

5+
## [v1.0.0] - 2025-03-07
6+
7+
### Breaking Changes
8+
9+
- Drop support for node < v18.
10+
511
## [v0.3.0] - 2024-07-10
612

713
### Chore
@@ -80,7 +86,9 @@
8086

8187
- Base release
8288

83-
[Unreleased]: https://github.com/postmanlabs/graphql-to-postman/compare/v0.3.0...HEAD
89+
[Unreleased]: https://github.com/postmanlabs/graphql-to-postman/compare/v1.0.0...HEAD
90+
91+
[v1.0.0]: https://github.com/postmanlabs/graphql-to-postman/compare/v0.3.0...v1.0.0
8492

8593
[v0.3.0]: https://github.com/postmanlabs/graphql-to-postman/compare/v0.2.0...v0.3.0
8694

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": "graphql-to-postman",
3-
"version": "0.3.0",
3+
"version": "1.0.0",
44
"description": "Generates a Postman Collection from a GraphQL schema.",
55
"main": "index.js",
66
"bin": {

0 commit comments

Comments
 (0)