diff --git a/CHANGELOG.md b/CHANGELOG.md index 426d9ba..4ec6049 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.0.10](https://sigyl.com///compare/v0.0.9...v0.0.10) "chore(release): 0.0.10" (2020-09-24) + + +### Bug Fixes + +* retries only 10 times ([fc63973](https://sigyl.com///commit/fc6397378f786b5ca8f80aae60775d2c4600d727)) + ### [0.0.9](https://sigyl.com///compare/v0.0.8...v0.0.9) "chore(release): 0.0.9" (2020-09-24) diff --git a/package.json b/package.json index e9d1e7a..63bf96a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "drone", - "version": "0.0.9", + "version": "0.0.10", "description": "drone ci", "scripts": { "deploy": "sh deploy.sh",