diff --git a/CHANGELOG.md b/CHANGELOG.md index af74b42..1683815 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ This log documents significant changes for each release. This project follows [Semantic Versioning](http://semver.org/). +## [0.17.3] - 2019-09-30 +### Fixed +- Removed Linux-specific commands from the build process. + ## [0.17.2] - 2019-09-30 ### Fixed - Updated packages for the demo to get patches for vulnerabilities. diff --git a/package.json b/package.json index a46ec97..5fcc025 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fhirpath", - "version": "0.17.2", + "version": "0.17.3", "description": "A FHIRPath engine", "main": "src/fhirpath.js", "dependencies": {