diff --git a/CHANGELOG.md b/CHANGELOG.md index 07e80e0..c0a5b94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.2.5](https://github.com/LabShare/lsc/compare/v2.2.4...v2.2.5) (2018-09-20) + + +### Bug Fixes + +* **loader:** resolves "callback already called" exception SHELL-1614 ([0c8a48e](https://github.com/LabShare/lsc/commit/0c8a48e)) + ## [2.2.4](https://github.com/LabShare/lsc/compare/v2.2.3...v2.2.4) (2018-09-20) diff --git a/package.json b/package.json index 51c422c..196bc3a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "lsc", "main": "./", - "version": "2.2.4", + "version": "2.2.5", "description": "Lab Share Command", "contributors": "https://github.com/LabShare/lsc/graphs/contributors", "repository": {