release 2.5.2

This commit is contained in:
Andrew E. Rhyne 2016-12-25 20:39:21 -06:00
parent eba68cec1a
commit 9a18d66282
3 changed files with 9 additions and 2 deletions

View File

@ -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
==================

View File

@ -2,7 +2,7 @@
"name": "debug",
"repo": "visionmedia/debug",
"description": "small debugging utility",
"version": "2.5.1",
"version": "2.5.2",
"keywords": [
"debug",
"log",

View File

@ -1,6 +1,6 @@
{
"name": "debug",
"version": "2.5.1",
"version": "2.5.2",
"repository": {
"type": "git",
"url": "git://github.com/visionmedia/debug.git"