Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Winterbottom <rwinterbottom@asymmetrik.com>
  • Loading branch information
Robert Winterbottom committed Aug 20, 2019
1 parent 450e2df commit abdeac5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [1.2.4](https://github.com/Asymmetrik/graphql-fhir/compare/1.2.3...1.2.4) (2019-08-20)


### Bug Fixes

* updated package containing vulnerability ([0d99acd](https://github.com/Asymmetrik/graphql-fhir/commit/0d99acd))
* upgrade packages ([#30](https://github.com/Asymmetrik/graphql-fhir/issues/30)) ([5cd0619](https://github.com/Asymmetrik/graphql-fhir/commit/5cd0619))



## [1.2.3](https://github.com/Asymmetrik/graphql-fhir/compare/v1.2.2...v1.2.3) (2019-05-21)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"test": "cross-env NODE_ENV=test node src/scripts/test",
"prettier": "prettier \"src/**/*.js\" --write",
"lint": "eslint \"src/**/*.js\"",
"changelog": "conventional-changelog -p angular -s -r 0 -i CHANGELOG.md"
"changelog": "conventional-changelog -p angular -s -i CHANGELOG.md"
},
"prettier": {
"trailingComma": "all",
Expand Down

0 comments on commit abdeac5

Please sign in to comment.