From 21d2855db93bb047cd9fde219f94e541415f34ed Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Thu, 24 Jun 2021 10:56:09 +0000 Subject: [PATCH] chore(release): 1.0.11 --- CHANGELOG.md | 18 ++++++++---------- package.json | 2 +- 2 files changed, 9 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66bba3f..d5f2d5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,14 @@ +## 1.0.11 (2021-06-24) + +* ci: installing deps before publish ([27226f1](https://github.com/simonecorsi/fine/commit/27226f1)) + + + ## 1.0.10 (2021-06-24) -* ci: add is-ci ([147f1fb](https://github.com/simonecorsi/fine/commit/147f1fb)) * chore: update readme [skip ci] ([f252a25](https://github.com/simonecorsi/fine/commit/f252a25)) +* chore(release): 1.0.10 ([8928e06](https://github.com/simonecorsi/fine/commit/8928e06)) +* ci: add is-ci ([147f1fb](https://github.com/simonecorsi/fine/commit/147f1fb)) @@ -27,12 +34,3 @@ -## 1.0.6 (2021-06-23) - -* chore: description ([fffda52](https://github.com/simonecorsi/fine/commit/fffda52)) -* chore: readme ([3a473d2](https://github.com/simonecorsi/fine/commit/3a473d2)) -* chore(release): 1.0.5 ([418781c](https://github.com/simonecorsi/fine/commit/418781c)) -* chore(release): 1.0.6 ([748d433](https://github.com/simonecorsi/fine/commit/748d433)) - - - diff --git a/package.json b/package.json index 7e02ae7..6166599 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@scdev/fine", - "version": "1.0.10", + "version": "1.0.11", "description": "Gracefully exit Node.js process", "main": "index.js", "bugs": {