diff --git a/README.md b/README.md index 3941f70..aca6721 100644 --- a/README.md +++ b/README.md @@ -318,6 +318,8 @@ v1.6.1 - Various small documentation & test updates v1.6.2 - Include TypeScript type definitions in the package itself +v1.6.3 - Avoid TypeScript type conflicts with other global `log` types (e.g. `core-js`) + ## License Copyright (c) 2013 Tim Perry Licensed under the MIT license. diff --git a/bower.json b/bower.json index faa38fa..2ba2dcc 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "loglevel", - "version": "1.6.2", + "version": "1.6.3", "main": "dist/loglevel.min.js", "dependencies": {}, "ignore": [ diff --git a/package.json b/package.json index df5a9d0..c9a1528 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "loglevel", "description": "Minimal lightweight logging for JavaScript, adding reliable log level methods to any available console.log methods", - "version": "1.6.2", + "version": "1.6.3", "homepage": "https://github.com/pimterry/loglevel", "author": { "name": "Tim Perry",