Skip to content

Commit

Permalink
Release version 0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mhallin committed Aug 8, 2018
1 parent d45e3a5 commit 14e7119
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased]

## [0.2.7] – 2018–08–08

### Improvements

* Large performance improvements when dealing with large schemas ([#43](https://github.com/mhallin/graphql_ppx/pull/43))
Expand All @@ -13,8 +15,10 @@
### Bugfixes

* Fix comment parsing ([#49](https://github.com/mhallin/graphql_ppx/pull/49))
* Fix custom scalar encoding ([#51](https://github.com/mhallin/graphql_ppx/issues/51))
* Fix fragment query reprinting ([#52](https://github.com/mhallin/graphql_ppx/issues/52))

## [0.2.6] – 2018-07–24
## [0.2.6] – 201807–24

### Added

Expand Down Expand Up @@ -155,7 +159,8 @@
type
* `@bsVariant` directive added

[Unreleased]: https://github.com/mhallin/graphql_ppx/compare/0.2.6...HEAD
[Unreleased]: https://github.com/mhallin/graphql_ppx/compare/0.2.7...HEAD
[0.2.7]: https://github.com/mhallin/graphql_ppx/compare/0.2.6...0.2.7
[0.2.6]: https://github.com/mhallin/graphql_ppx/compare/0.2.5...0.2.6
[0.2.5]: https://github.com/mhallin/graphql_ppx/compare/0.2.4...0.2.5
[0.2.4]: https://github.com/mhallin/graphql_ppx/compare/0.2.3...0.2.4
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": "graphql_ppx",
"version": "0.2.6",
"version": "0.2.7",
"description": "GraphQL PPX rewriter for Bucklescript/ReasonML",
"main": "index.js",
"repository": "https://github.com/mhallin/graphql_ppx",
Expand Down

0 comments on commit 14e7119

Please sign in to comment.