Skip to content

Commit 6b45c3a

Browse files
author
Andrew E. Rhyne
committed
Release 2.3.1
1 parent acd3f5f commit 6b45c3a

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
2.3.1 / 2016-11-09
2+
==================
3+
4+
* Fix: Added electron compatibility (#324, @paulcbetts)
5+
* Improvement: Added performance optimizations (@tootallnate)
6+
* Readme: Corrected PowerShell environment variable example (#252, @gimre)
7+
* Misc: Removed yarn lock file from source control (#321, @fengmk2)
18

29
2.3.0 / 2016-11-07
310
==================

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "debug",
33
"repo": "visionmedia/debug",
44
"description": "small debugging utility",
5-
"version": "2.2.0",
5+
"version": "2.3.1",
66
"keywords": [
77
"debug",
88
"log",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "debug",
3-
"version": "2.3.0",
3+
"version": "2.3.1",
44
"repository": {
55
"type": "git",
66
"url": "git://github.com/visionmedia/debug.git"

0 commit comments

Comments
 (0)