diff --git a/HISTORY.md b/HISTORY.md new file mode 100644 index 0000000..ea874ee --- /dev/null +++ b/HISTORY.md @@ -0,0 +1,11 @@ +## 1.0.2 (April 20, 2015) + +- Fix `basis-config` patching for case when attribute value is empty + +## 1.0.1 (September 20, 2015) + +- Update dependencies + +## 1.0.0 (September 19, 2015) + +- Initial release diff --git a/package.json b/package.json index 1fdb8a2..c4596a3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "basisjs-tools-instrumenter", "description": "JavaScript source code location instrumenter for basisjs-tools", - "version": "1.0.1", + "version": "1.0.2", "homepage": "https://github.com/basisjs/basisjs-tools-instumenter", "repository": "basisjs/basisjs-tools-instrumenter", "license": "MIT",