Skip to content

Commit 1a069c2

Browse files
committed
Release version 1.6.3
1 parent 61cb7f7 commit 1a069c2

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,8 @@ v1.6.1 - Various small documentation & test updates
318318

319319
v1.6.2 - Include TypeScript type definitions in the package itself
320320

321+
v1.6.3 - Avoid TypeScript type conflicts with other global `log` types (e.g. `core-js`)
322+
321323
## License
322324
Copyright (c) 2013 Tim Perry
323325
Licensed under the MIT license.

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "loglevel",
3-
"version": "1.6.2",
3+
"version": "1.6.3",
44
"main": "dist/loglevel.min.js",
55
"dependencies": {},
66
"ignore": [

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "loglevel",
33
"description": "Minimal lightweight logging for JavaScript, adding reliable log level methods to any available console.log methods",
4-
"version": "1.6.2",
4+
"version": "1.6.3",
55
"homepage": "https://github.com/pimterry/loglevel",
66
"author": {
77
"name": "Tim Perry",

0 commit comments

Comments
 (0)