Release 3.1.0

This commit is contained in:
Nathan Rajlich 2017-09-26 21:13:38 +02:00
parent 2c0df9baf7
commit f073e056f3
2 changed files with 13 additions and 1 deletions

View File

@ -1,4 +1,16 @@
3.1.0 / 2017-09-26
==================
* Add `DEBUG_HIDE_DATE` env var (#486)
* Remove ReDoS regexp in %o formatter (#504)
* Remove "component" from package.json
* Remove `component.json`
* Ignore package-lock.json
* Examples: fix colors printout
* Fix: browser detection
* Fix: spelling mistake (#496, @EdwardBetts)
3.0.1 / 2017-08-24
==================

View File

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