@picgo/bump-version
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -0,1 +1,15 @@ | ||
## :tada: 1.0.2 (2019-04-10) | ||
### :bug: Bug Fixes | ||
* preid command from 'pa' to 'a' && eslint error ([cf989fa](https://github.com/PicGo/bump-version/commit/cf989fa)) | ||
### :pencil: Documentation | ||
* fix word error && change version badge ([0cbeb79](https://github.com/PicGo/bump-version/commit/0cbeb79)) | ||
## :tada: 1.0.1 (2019-04-09) | ||
@@ -2,0 +16,0 @@ |
{ | ||
"name": "@picgo/bump-version", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -15,3 +15,3 @@ # PicGo BumpVersion | ||
<a href="https://github.com/PicGo/bump-version/releases/latest"> | ||
<img src="https://img.shields.io/github/release/PicGo/bump-version.svg?style=flat-square" alt=""> | ||
<img src="https://img.shields.io/npm/v/@picgo/bump-version.svg?style=flat-square" alt=""> | ||
</a> | ||
@@ -50,3 +50,3 @@ <a href="https://github.com/PicGo/bump-version"> | ||
"commitlint": { | ||
"extends": ["./node_modules/@picgo/bump-verison/commitlint-picgo"] | ||
"extends": ["./node_modules/@picgo/bump-version/commitlint-picgo"] | ||
} | ||
@@ -53,0 +53,0 @@ ``` |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
161348