diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a14874c7..c59ed33a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [0.2.10](https://github.com/CyberReboot/CRviz/compare/v0.2.9...v0.2.10) (2019-03-07) + + +### Bug Fixes + +* For [#258](https://github.com/CyberReboot/CRviz/issues/258), creates CRVIZ_SEARCH_REF property to use as ref for indexing ([43d0487](https://github.com/CyberReboot/CRviz/commit/43d0487)) +* update react-scripts to 2.1.5. fixes [#255](https://github.com/CyberReboot/CRviz/issues/255) ([9ace5a0](https://github.com/CyberReboot/CRviz/commit/9ace5a0)) + + + ## [0.2.9](https://github.com/CyberReboot/CRviz/compare/v0.2.8...v0.2.9) (2019-02-21) diff --git a/package-lock.json b/package-lock.json index d6ffc9d20..ebe66511f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "CRviz", - "version": "0.2.9-dev", + "version": "0.2.10", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5520a161a..33813d9a0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "CRviz", - "version": "0.2.9-dev", + "version": "0.2.10", "private": true, "dependencies": { "@fortawesome/fontawesome": "^1.1.3",