Skip to content

Commit

Permalink
Correct years in changelog dates
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdb committed Jul 24, 2019
1 parent a0eadb0 commit 3d41cc7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG-ELM-PACKAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,27 +9,27 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [4.3.1] - 2018-06-30
## [4.3.1] - 2019-06-30

### Fixed

- Parse pre-execution GraphQL response that has "error" but no "data"
(see [#168](https://github.com/dillonkearns/elm-graphql/issues/168)).

## [4.3.0] - 2018-06-13
## [4.3.0] - 2019-06-13

### Added

- Added `SeletionSet.foldl`
- Added `OptionalArgument.fromMaybeWithNull`

## [4.2.1] - 2018-04-17
## [4.2.1] - 2019-04-17

### Changed

- Don't use field aliases for \_\_typename fields (see [PR #121](https://github.com/dillonkearns/elm-graphql/pull/121)).

## [4.2.0] - 2018-01-25
## [4.2.0] - 2019-01-25

### Added

Expand Down
16 changes: 8 additions & 8 deletions CHANGELOG-NPM-PACKAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [3.6.2] - 2018-05-29
## [3.6.2] - 2019-05-29

### Changed

- Reduce NPM bundle size by removing `.npmignore` file and
adding explicit `files` whitelist to `package.json`.

## [3.6.1] - 2018-05-24
## [3.6.1] - 2019-05-24

### Fixed

Expand All @@ -26,7 +26,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
the published binaries in the future (NPM versions are only published after a green build). See
[the issue](https://github.com/dillonkearns/elm-graphql/issues/150) for more details.

## [3.6.0] - 2018-05-17
## [3.6.0] - 2019-05-17

### Fixed

Expand All @@ -35,7 +35,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
Thank you [@mattdb](https://github.com/mattdb) for reporting the issue, and providing a minimal
failing test case! 🙏

## [3.5.0] - 2018-05-17
## [3.5.0] - 2019-05-17

### Changed

Expand All @@ -47,20 +47,20 @@ Just some changes under the hood.
should be exactly the same, and the extensive automated tests check out, plus
my manual testing of the binary.

## [3.4.0] - 2018-04-17
## [3.4.0] - 2019-04-17

### Changed

- Don't use field aliases for \_\_typename fields (see [PR #121](https://github.com/dillonkearns/elm-graphql/pull/121)).

## [3.3.0] - 2018-03-31
## [3.3.0] - 2019-03-31

### Added

- Generate `fromString` for Enums. This function is the inverse of the Enum `toString` helper.
So `NewHope |> Episode.toString |> Episode.fromString == Just NewHope`.

## [3.2.0] - 2018-01-25
## [3.2.0] - 2019-01-25

### Fixed

Expand All @@ -74,7 +74,7 @@ Just some changes under the hood.

- Renamed `--scalar-decoders` flag to `--scalar-codecs`.

## [3.1.0] - 2018-01-07
## [3.1.0] - 2019-01-07

### Added

Expand Down

0 comments on commit 3d41cc7

Please sign in to comment.