diff --git a/CHANGELOG.md b/CHANGELOG.md index cb5be70..51d9f62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.3](https://github.com/holvonix-open/solr-query-maker/compare/v1.0.2...v1.0.3) (2019-08-01) + + +### Bug Fixes + +* **build:** fix broken build scripts ([3aa5fed](https://github.com/holvonix-open/solr-query-maker/commit/3aa5fed)) + ## [1.0.2](https://github.com/holvonix-open/solr-query-maker/compare/v1.0.1...v1.0.2) (2019-08-01) diff --git a/package.json b/package.json index 2803dba..e109367 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "solr-query-maker", - "version": "1.0.2", + "version": "1.0.3", "description": "A Solr Query builder and types", "repository": { "type": "git",