Comparing version 2.2.7 to 2.2.8
@@ -0,1 +1,9 @@ | ||
## [2.2.8](https://github.com/zhang-hongjie/bash-base/compare/v2.2.7...v2.2.8) (2020-08-13) | ||
### Bug Fixes | ||
* replace bats to shellspec 4 ([12a65d4](https://github.com/zhang-hongjie/bash-base/commit/12a65d4ec9114c385aa7a1c56a40586f8e104d3e)) | ||
* replace bats to shellspec 4 ([1682bd2](https://github.com/zhang-hongjie/bash-base/commit/1682bd2cf4d5f505d4ec10c81e091d2b1361b476)) | ||
## [2.2.7](https://github.com/zhang-hongjie/bash-base/compare/v2.2.6...v2.2.7) (2020-08-13) | ||
@@ -2,0 +10,0 @@ |
{ | ||
"name": "bash-base", | ||
"version": "2.2.7", | ||
"version": "2.2.8", | ||
"description": "A common lib for creating bash script easily.", | ||
@@ -5,0 +5,0 @@ "private": false, |
@@ -9,4 +9,7 @@ # bash-base | ||
[![GitHub Actions Status](https://img.shields.io/github/workflow/status/zhang-hongjie/bash-base/cicd?label=GithubActions)](https://github.com/zhang-hongjie/bash-base/actions) | ||
[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org) | ||
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release) | ||
[![GitHub release](https://img.shields.io/github/release/zhang-hongjie/bash-base.svg)](https://github.com/zhang-hongjie/bash-base/releases/latest) | ||
[![npm package](https://img.shields.io/npm/v/bash-base.svg)](https://www.npmjs.com/package/bash-base) | ||
[![Docker Cloud Build Status](https://img.shields.io/docker/cloud/build/zhj2074/bash-base)](https://hub.docker.com/r/zhj2074/bash-base) | ||
![GitHub commits since latest release](https://img.shields.io/github/commits-since/zhang-hongjie/bash-base/latest) |
21682
15