@untool/core
Advanced tools
Comparing version 0.25.0 to 0.25.1
@@ -6,2 +6,14 @@ # Change Log | ||
<a name="0.25.1"></a> | ||
## [0.25.1](https://github.com/untool/untool/compare/v0.25.0...v0.25.1) (2018-09-28) | ||
### Bug Fixes | ||
* **core:** make sure core is always included in build ([9971d54](https://github.com/untool/untool/commit/9971d54)) | ||
<a name="0.25.0"></a> | ||
@@ -8,0 +20,0 @@ # [0.25.0](https://github.com/untool/untool/compare/v0.24.1...v0.25.0) (2018-09-28) |
{ | ||
"name": "@untool/core", | ||
"version": "0.25.0", | ||
"version": "0.25.1", | ||
"description": "untool core", | ||
"jsnext": "index.js", | ||
"scripts": { | ||
@@ -37,3 +38,3 @@ "test": "echo \"Error: no test specified\"" | ||
}, | ||
"gitHead": "c96f56ed744d48bbcea539b453433206c9e1106f" | ||
"gitHead": "0628f95386413ae28cb9e2d5beaf7b215c55785f" | ||
} |
24954