Skip to content

Commit ee54a76

Browse files
committed
Release version v1.6.4
1 parent bb4f850 commit ee54a76

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,8 @@ v1.6.2 - Include TypeScript type definitions in the package itself
320320

321321
v1.6.3 - Avoid TypeScript type conflicts with other global `log` types (e.g. `core-js`)
322322

323+
v1.6.4 - Ensure package.json's 'main' is a fully qualified path, to fix webpack issues
324+
323325
## License
324326
Copyright (c) 2013 Tim Perry
325327
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.3",
3+
"version": "1.6.4",
44
"main": "dist/loglevel.min.js",
55
"dependencies": {},
66
"ignore": [

dist/loglevel.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! loglevel - v1.6.2 - https://github.com/pimterry/loglevel - (c) 2019 Tim Perry - licensed MIT */
1+
/*! loglevel - v1.6.4 - https://github.com/pimterry/loglevel - (c) 2019 Tim Perry - licensed MIT */
22
(function (root, definition) {
33
"use strict";
44
if (typeof define === 'function' && define.amd) {

dist/loglevel.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.3",
4+
"version": "1.6.4",
55
"homepage": "https://github.com/pimterry/loglevel",
66
"author": {
77
"name": "Tim Perry",

0 commit comments

Comments
 (0)