From 9a3e16aeeb14ffa9a6f1c70a75074458b1d0efd9 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Wed, 10 Oct 2018 15:11:41 +0700 Subject: [PATCH] 0.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ea85987..e153cf7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "filter-console", - "version": "0.0.0", + "version": "0.1.0", "description": "Filter out unwanted `console.log()` output", "license": "MIT", "repository": "sindresorhus/filter-console",