Skip to content

Commit

Permalink
Bump elm package.
Browse files Browse the repository at this point in the history
  • Loading branch information
dillonkearns committed Nov 29, 2021
1 parent dff1294 commit d9cbaf7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG-ELM-PACKAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 9,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [5.0.8] - 2021-11-29

### Fixed

- Order is now correctly preserved. Version 5.0.6 broke this condition, which is required by the GraphQL spec for mutations so they can be performed in a
specific order. Thank you @kyasu1 for the PR! See [#575](https://github.com/dillonkearns/elm-graphql/pull/575).

## [5.0.7] - 2021-10-26

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion elm.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 3,7 @@
"name": "dillonkearns/elm-graphql",
"summary": "Type-safe GraphQL queries in Elm.",
"license": "BSD-3-Clause",
"version": "5.0.7",
"version": "5.0.8",
"exposed-modules": [
"Graphql.Operation",
"Graphql.Http",
Expand Down

0 comments on commit d9cbaf7

Please sign in to comment.