gatsby-source-github-api
Advanced tools
Comparing version 0.2.0 to 0.2.1
{ | ||
"name": "gatsby-source-github-api", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "gatsby plugin for github v4 API", | ||
@@ -32,4 +32,4 @@ "main": "index.js", | ||
"jest-fetch-mock": "^2.1.2", | ||
"prettier": "^1.16.4" | ||
"prettier": "~1.16.4" | ||
} | ||
} |
@@ -120,2 +120,3 @@ [![Build Status](https://travis-ci.com/ldd/gatsby-source-github-api.svg?branch=master)](https://travis-ci.com/ldd/gatsby-source-github-api) | ||
- `v0.2.1` update dependencies | ||
- `v0.2.0` provide raw github response | ||
@@ -122,0 +123,0 @@ - `v0.1.5` document url option (for GitHub Enterprise users) |
9313
134