We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eba68ce commit 9a18d66Copy full SHA for 9a18d66
3 files changed
CHANGELOG.md
@@ -1,4 +1,11 @@
1
2
+2.5.2 / 2016-12-25
3
+==================
4
+
5
+ * Fix: reference error on window within webworkers (#393, @KlausTrainer)
6
+ * Docs: fixed README typo (#391, @lurch)
7
+ * Docs: added notice about v3 api discussion (@thebigredgeek)
8
9
2.5.1 / 2016-12-20
10
==================
11
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",
package.json
@@ -1,6 +1,6 @@
{
"repository": {
"type": "git",
"url": "git://github.com/visionmedia/debug.git"
0 commit comments