From 10a54b524b9436e575ee092dfac3cf9cc2936f91 Mon Sep 17 00:00:00 2001 From: Sam Potts Date: Mon, 15 May 2017 23:07:09 +1000 Subject: [PATCH] Minor bug fix --- .jshintrc | 2 +- changelog.md | 6 ++++++ package.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.jshintrc b/.jshintrc index 7884da2..2af1b6b 100644 --- a/.jshintrc +++ b/.jshintrc @@ -10,7 +10,7 @@ "couch" : false, "wsh" : true, // Windows Scripting Host. "jquery" : true, - "predef" : [ "jQuery", "$" ], + "predef" : [ ], // Development. "debug" : false, // Allow debugger statements e.g. browser breakpoints. diff --git a/changelog.md b/changelog.md index db4666e..e2d44a5 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,11 @@ # Changelog +## v1.0.1 +- Bug fix related to debugging + +## v1.0.0 +- Repo move + ## v0.1.9 - Bug fix diff --git a/package.json b/package.json index d2bcd8c..7c02b48 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "shr", - "version": "1.0.0", + "version": "1.0.1", "description": "Simple, customizable sharing buttons", "homepage": "http://shr.one", "main": "gulpfile.js",