Skip to content

Commit

Permalink
Updated changelog for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Winterbottom committed Jan 23, 2019
1 parent 6826b37 commit 9c016c9
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
# 1.0.0 (2019-01-09)
## [1.0.1](https://github.com/Asymmetrik/graphql-fhir/compare/v1.0.0...v1.0.1) (2019-01-23)


### Bug Fixes

* fixed issues with filenames in newly generated code ([77e7a6b](https://github.com/Asymmetrik/graphql-fhir/commit/77e7a6b))
* Fix issue with ResourceList resolver ([#20](https://github.com/Asymmetrik/graphql-fhir/issues/20)) ([6826b37](https://github.com/Asymmetrik/graphql-fhir/commit/6826b37)), closes [#19](https://github.com/Asymmetrik/graphql-fhir/issues/19)



# [1.0.0](https://github.com/Asymmetrik/graphql-fhir/compare/74986a8...v1.0.0) (2019-01-11)


### Features

* Added support for automatic changleog generation ([2fe0f75](https://github.com/Asymmetrik/graphql-fhir/commit/2fe0f75))
* Added support for R4 resources and environment setup ([686a764](https://github.com/Asymmetrik/graphql-fhir/commit/686a764))
* new resources ([#17](https://github.com/Asymmetrik/graphql-fhir/issues/17)) ([74986a8](https://github.com/Asymmetrik/graphql-fhir/commit/74986a8))


### BREAKING CHANGES
Expand All @@ -18,3 +21,6 @@
contains graphql which may require you to delete and reinstall node
modules. We have updated several versions so when updating, you should
rerun yarn install and may need to remove node_modules before hand.



0 comments on commit 9c016c9

Please sign in to comment.