From 3950daef4c63058e4c2c130b7e90666416b3d5d1 Mon Sep 17 00:00:00 2001 From: "Andrew E. Rhyne" Date: Tue, 20 Dec 2016 21:32:58 -0800 Subject: [PATCH] release 2.5.1 --- CHANGELOG.md | 5 +++++ component.json | 2 +- package.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a67da11..5ea785a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ +2.5.1 / 2016-12-20 +================== + + * Fix: babel-core compatibility + 2.5.0 / 2016-12-20 ================== diff --git a/component.json b/component.json index 5fc5f41c..3767637c 100644 --- a/component.json +++ b/component.json @@ -2,7 +2,7 @@ "name": "debug", "repo": "visionmedia/debug", "description": "small debugging utility", - "version": "2.5.0", + "version": "2.5.1", "keywords": [ "debug", "log", diff --git a/package.json b/package.json index 80194482..67fb9945 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "debug", - "version": "2.5.0", + "version": "2.5.1", "repository": { "type": "git", "url": "git://github.com/visionmedia/debug.git"