@shopify/admin-graphql-api-utilities
Advanced tools
Comparing version 0.0.12 to 0.0.13
@@ -5,10 +5,9 @@ # Changelog | ||
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). | ||
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) | ||
and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). | ||
<!-- Unreleased changes should go to UNRELEASED.md --> | ||
<!-- ## [Unreleased] --> | ||
--- | ||
## [0.0.4] - 2019-01-09 | ||
## 0.0.4 - 2019-01-09 | ||
- Start of Changelog |
{ | ||
"name": "@shopify/admin-graphql-api-utilities", | ||
"version": "0.0.12", | ||
"version": "0.0.13", | ||
"license": "MIT", | ||
"description": "A set of utilities to use when consuming Shopify’s admin graphql api.", | ||
"description": "A set of utilities to use when consuming Shopify’s admin GraphQL API", | ||
"main": "dist/src/index.js", | ||
@@ -7,0 +7,0 @@ "types": "dist/src/index.d.ts", |
@@ -6,3 +6,3 @@ # `@shopify/admin-graphql-api-utilities` | ||
A set of utilities to use when consuming Shopify’s admin graphql api. | ||
A set of utilities to use when consuming Shopify’s admin GraphQL API. | ||
@@ -9,0 +9,0 @@ ## Installation |
5121