From 70143cf63c7382fc1bdd5a3868716f53cb0a29df Mon Sep 17 00:00:00 2001 From: Kiko Beats Date: Thu, 13 Feb 2020 09:33:46 +0100 Subject: [PATCH] Release 4.0.5 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index afa0407..7a69a9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## 4.0.5 (2020-02-13) + +* ci: update node builds ([2ce6154](https://github.com/achojs/acho/commit/2ce6154)) +* fix: linter ([a22b344](https://github.com/achojs/acho/commit/a22b344)) +* fix(package): update chalk to version 3.0.0 ([26c01df](https://github.com/achojs/acho/commit/26c01df)) +* fix(package): update pretty-ms to version 5.0.0 ([69e7824](https://github.com/achojs/acho/commit/69e7824)) +* fix(package): update pretty-ms to version 5.1.0 ([a0f3449](https://github.com/achojs/acho/commit/a0f3449)) +* build: update dependencies ([70e0ef2](https://github.com/achojs/acho/commit/70e0ef2)) +* Update package.json ([72d45eb](https://github.com/achojs/acho/commit/72d45eb)) + + + ## 4.0.4 (2018-11-06) diff --git a/package.json b/package.json index bbbf7c7..1c24bb4 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "acho", "description": "The Hackable Log", "homepage": "https://acho.js.org", - "version": "4.0.4", + "version": "4.0.5", "main": "./lib/Acho.js", "author": { "email": "josefrancisco.verdu@gmail.com",