Skip to content

Commit f073e05

Browse files
committed
Release 3.1.0
1 parent 2c0df9b commit f073e05

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11

2+
3.1.0 / 2017-09-26
3+
==================
4+
5+
* Add `DEBUG_HIDE_DATE` env var (#486)
6+
* Remove ReDoS regexp in %o formatter (#504)
7+
* Remove "component" from package.json
8+
* Remove `component.json`
9+
* Ignore package-lock.json
10+
* Examples: fix colors printout
11+
* Fix: browser detection
12+
* Fix: spelling mistake (#496, @EdwardBetts)
13+
214
3.0.1 / 2017-08-24
315
==================
416

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "debug",
3-
"version": "3.0.1",
3+
"version": "3.1.0",
44
"repository": {
55
"type": "git",
66
"url": "git://github.com/visionmedia/debug.git"

0 commit comments

Comments
 (0)