Skip to content

Commit ea80b8d

Browse files
committed
Merge branch 'release/0.0.13'
2 parents 89c7ca3 + 634af13 commit ea80b8d

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# Changelog for graphql-to-postman
2+
3+
### v0.0.12 (March 30, 2023)
4+
* Fixed issue where conversion failed with type error while resolving non-defined variables.
5+
* Added support for release script.
6+
27
### v0.0.12 (January 9, 2023)
38
* Fix for - [#10070](hhttps://github.com/postmanlabs/postman-app-support/issues/10070) Added support for nested lists.
49

package-lock.json

Lines changed: 1 addition & 1 deletion
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.0.12",
3+
"version": "0.0.13",
44
"description": "Generates a Postman Collection from a GraphQL schema.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)