From 9a18d66282caa2e237d270a0f2cd150362cbf636 Mon Sep 17 00:00:00 2001 From: "Andrew E. Rhyne" Date: Sun, 25 Dec 2016 20:39:21 -0600 Subject: [PATCH] release 2.5.2 --- CHANGELOG.md | 7 +++++++ component.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ea785a0..8dbe6ada 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ +2.5.2 / 2016-12-25 +================== + + * Fix: reference error on window within webworkers (#393, @KlausTrainer) + * Docs: fixed README typo (#391, @lurch) + * Docs: added notice about v3 api discussion (@thebigredgeek) + 2.5.1 / 2016-12-20 ================== diff --git a/component.json b/component.json index 3767637c..0d2e04e1 100644 --- a/component.json +++ b/component.json @@ -2,7 +2,7 @@ "name": "debug", "repo": "visionmedia/debug", "description": "small debugging utility", - "version": "2.5.1", + "version": "2.5.2", "keywords": [ "debug", "log", diff --git a/package.json b/package.json index 67fb9945..9f944229 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "debug", - "version": "2.5.1", + "version": "2.5.2", "repository": { "type": "git", "url": "git://github.com/visionmedia/debug.git"