Skip to content

Commit

Permalink
build(package.json, README): update version
Browse files Browse the repository at this point in the history
  • Loading branch information
ldd committed Nov 7, 2019
1 parent 9e99a88 commit 950b4aa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,9 @@ You'll probably want to use valid GraphQL queries. To help you, GitHub has a [Qu

## Changelog

- `v0.1.4`
- Add tests
- expose DEFAULT_QUERY by exporting it
- `v0.1.3`
- Change mediaType of exported node to be ignored by `gatsby-transformer-json`
- prettify changelog of this file
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-source-github-api",
"version": "0.1.3",
"version": "0.1.4",
"description": "gatsby plugin for github v4 API",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit 950b4aa

Please sign in to comment.