diff --git a/CHANGELOG.md b/CHANGELOG.md index 355c4342..47fcd50f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ +2.4.3 / 2016-12-14 +================== + + * Fix: navigation.userAgent error for react native (#364, @escwald) + 2.4.2 / 2016-12-14 ================== diff --git a/component.json b/component.json index 765066b4..05489518 100644 --- a/component.json +++ b/component.json @@ -2,7 +2,7 @@ "name": "debug", "repo": "visionmedia/debug", "description": "small debugging utility", - "version": "2.4.2", + "version": "2.4.3", "keywords": [ "debug", "log", diff --git a/package.json b/package.json index 96f1a686..af3e7259 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "debug", - "version": "2.4.2", + "version": "2.4.3", "repository": { "type": "git", "url": "git://github.com/visionmedia/debug.git"