Comparing version 2.1.1 to 2.1.2
@@ -0,1 +1,9 @@ | ||
<a name="2.1.2"></a> | ||
## [2.1.2](https://github.com/guillaumearm/bidon/compare/v2.1.1...v2.1.2) (2018-03-13) | ||
### Bug Fixes | ||
* **dist:** give names to github assets ([4ffdd52](https://github.com/guillaumearm/bidon/commit/4ffdd52)) | ||
<a name="2.1.1"></a> | ||
@@ -2,0 +10,0 @@ ## [2.1.1](https://github.com/guillaumearm/bidon/compare/v2.1.0...v2.1.1) (2018-03-13) |
{ | ||
"name": "bidon", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"description": "Fake repository for testing ci tools", | ||
@@ -62,2 +62,3 @@ "main": "lib/index.js", | ||
{ | ||
"name": "index.common.js", | ||
"path": "lib", | ||
@@ -67,2 +68,3 @@ "label": "commonJS distribution" | ||
{ | ||
"name": "index.umd.js", | ||
"path": "dist", | ||
@@ -69,0 +71,0 @@ "label": "UMD distribution" |
9414