Skip to content

Commit

Permalink
Bumping minor
Browse files Browse the repository at this point in the history
  • Loading branch information
jnwng committed Feb 7, 2018
1 parent ecd9cc7 commit a2742ee
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Change log

### v2.7.0

* Export DocumentNode in TypeScript via `graphql-js` [felixfbecker](https://github.com/felixfbecker) in [PR #141](https://github.com/apollographql/graphql-tag/pull/141)

### v2.6.0

* Support multiple query definitions when using Webpack loader [jfaust](https://github.com/jfaust) in
[PR #122](https://github.com/apollographql/graphql-tag/pull/122)

### v2.5.0

* Update graphql to ^0.11.0, add graphql@^0.11.0 to peerDependencies [pleunv](https://github.com/pleunv) in
[PR #124](https://github.com/apollographql/graphql-tag/pull/124)

### v2.4.{1,2}

* Temporarily reverting [PR #99](https://github.com/apollographql/graphql-tag/pull/99) to investigate issues with
bundling

### v2.4.0

* Add support for descriptors [jamiter](https://github.com/jamiter) in
[PR #99](https://github.com/apollographql/graphql-tag/pull/99)

### v2.3.0
- Add flow support [michalkvasnicak](https://github.com/michalkvasnicak) in [PR #98](https://github.com/apollographql/graphql-tag/pull/98)

Expand Down

0 comments on commit a2742ee

Please sign in to comment.