bug-versions
Advanced tools
Comparing version 1.0.0 to 1.0.1
1.0.1 / 2017-12-25 | ||
================== | ||
**fixes** | ||
* [[`e5fcf54`](http://github.com/cnpm/bug-versions/commit/e5fcf5407afc92c557241eb9c2c9f2fefe8d62e5)] - fix: eslint bug (#1) (Haoliang Gao <<sakura9515@gmail.com>>) | ||
**others** | ||
* [[`837046e`](http://github.com/cnpm/bug-versions/commit/837046e1efcb974be4307a4aa4083b046382718e)] - chore: fix badge name (fengmk2 <<fengmk2@gmail.com>>) | ||
1.0.0 / 2017-12-18 | ||
@@ -3,0 +12,0 @@ ================== |
{ | ||
"name": "bug-versions", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "collect all bug versions on npm package", | ||
@@ -29,2 +29,8 @@ "main": "index.js", | ||
} | ||
}, | ||
"babel-eslint": { | ||
"8.1.0": { | ||
"version": "8.1.1", | ||
"reason": "see https://github.com/eslint/eslint/issues/9767" | ||
} | ||
} | ||
@@ -31,0 +37,0 @@ } |
@@ -8,10 +8,10 @@ # bug-versions | ||
[npm-image]: https://img.shields.io/npm/v/npminstall.svg?style=flat-square | ||
[npm-url]: https://npmjs.org/package/npminstall | ||
[travis-image]: https://img.shields.io/travis/cnpm/npminstall.svg?style=flat-square | ||
[travis-url]: https://travis-ci.org/cnpm/npminstall | ||
[snyk-image]: https://snyk.io/test/npm/npminstall/badge.svg?style=flat-square | ||
[snyk-url]: https://snyk.io/test/npm/npminstall | ||
[download-image]: https://img.shields.io/npm/dm/npminstall.svg?style=flat-square | ||
[download-url]: https://npmjs.org/package/npminstall | ||
[npm-image]: https://img.shields.io/npm/v/bug-versions.svg?style=flat-square | ||
[npm-url]: https://npmjs.org/package/bug-versions | ||
[travis-image]: https://img.shields.io/travis/cnpm/bug-versions.svg?style=flat-square | ||
[travis-url]: https://travis-ci.org/cnpm/bug-versions | ||
[snyk-image]: https://snyk.io/test/npm/bug-versions/badge.svg?style=flat-square | ||
[snyk-url]: https://snyk.io/test/npm/bug-versions | ||
[download-image]: https://img.shields.io/npm/dm/bug-versions.svg?style=flat-square | ||
[download-url]: https://npmjs.org/package/bug-versions | ||
@@ -18,0 +18,0 @@ collect all bug versions on npm package. |
2451