Skip to content

Commit

Permalink
v0.9.14 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnyreeves committed Sep 4, 2014
1 parent 527fa6e commit 45ac0ab
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.9.14 (4th September, 2014)
- Fix for IE7 (#10, @james-west)

## 0.9.12 (13th July, 2014)
- Fixed `release` task to correctly push tags to origin.

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "js-logger",
"version": "0.9.13",
"version": "0.9.14",
"main": "src/logger.js",
"ignore": [
"**/.*",
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": "js-logger",
"version": "0.9.13",
"version": "0.9.14",
"description": "Lightweight, unobtrusive, configurable JavaScript logger",
"author": "Jonny Reeves (http://jonnyreeves.co.uk)",
"homepage": "http://github.com/jonnyreeves/js-logger",
Expand Down
2 changes: 1 addition & 1 deletion src/logger.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
var Logger = { };

// For those that are at home that are keeping score.
Logger.VERSION = "0.9.13";
Logger.VERSION = "0.9.14";

// Function which handles all incoming log messages.
var logHandler;
Expand Down

0 comments on commit 45ac0ab

Please sign in to comment.