Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pimterry committed Aug 3, 2014
1 parent 34f334a commit 03f9087
Show file tree
Hide file tree
Showing 5 changed files with 210 additions and 196 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,8 @@ v0.5.0 - Fix for Modernizr+IE8 issues, improved setLevel error handling, support

v0.6.0 - Handle logging in Safari private browsing mode (#33), fix TRACE level persistence bug (#35), plus various minor tweaks

v1.0.0 - Official stable release. Fixed a bug with localStorage in Android webviews, improved CommonJS detection, and added noConflict().

## License
Copyright (c) 2013 Tim Perry
Licensed under the MIT license.
Expand Down
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "loglevel",
"version": "0.6.0",
"version": "1.0.0",
"main": "dist/loglevel.min.js",
"dependencies": {},
"ignore": [
"**/.*",
"node_modules",
"components"
]
}
}
Loading

0 comments on commit 03f9087

Please sign in to comment.