From 21145d7cb3b2dc74c0937c4109d33777e7d02aa9 Mon Sep 17 00:00:00 2001 From: Kiko Beats Date: Tue, 6 Nov 2018 17:47:59 +0000 Subject: [PATCH] Release 4.0.4 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0444632..afa0407 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ + +## 4.0.4 (2018-11-06) + +* Ensure indexOf is a function ([eeb3b80](https://github.com/achojs/acho/commit/eeb3b80)) + + + ## 4.0.3 (2018-09-22) diff --git a/package.json b/package.json index 69b52e0..0700be7 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.3", + "version": "4.0.4", "main": "./lib/Acho.js", "author": { "email": "josefrancisco.verdu@gmail.com",