Skip to content

Commit

Permalink
Minor bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sampotts committed May 15, 2017
1 parent e09d5f8 commit 10a54b5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v1.0.1
- Bug fix related to debugging

## v1.0.0
- Repo move

## v0.1.9
- Bug fix

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 10a54b5

Please sign in to comment.