diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a43fbfe..ac2828d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 4c895582..4fff791b 100644 --- a/package.json +++ b/package.json @@ -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",