Comparing version 2.5.0 to 2.5.1
@@ -5,18 +5,11 @@ # Change Log | ||
# [2.5.0](https://github.com/nuxt/consola/compare/v2.4.1...v2.5.0) (2019-02-23) | ||
## [2.5.1](https://github.com/nuxt/consola/compare/v2.5.0...v2.5.1) (2019-02-23) | ||
### Features | ||
### Bug Fixes | ||
* upgrade dependencies ([1b6ea4b](https://github.com/nuxt/consola/commit/1b6ea4b)) | ||
* **fancy:** highlight keywords with grave accent char ([b3e09fd](https://github.com/nuxt/consola/commit/b3e09fd)) | ||
* **fancy:** move right to the left if length is <= 80 ([34738c7](https://github.com/nuxt/consola/commit/34738c7)) | ||
* **pkg:** remove sourcemaps for less package size ([67565fc](https://github.com/nuxt/consola/commit/67565fc)) | ||
### Performance Improvements | ||
* **pkg:** reduce install size ([f4a1861](https://github.com/nuxt/consola/commit/f4a1861)) | ||
<a name="2.4.1"></a> | ||
@@ -23,0 +16,0 @@ ## [2.4.1](https://github.com/nuxt/consola/compare/v2.4.0...v2.4.1) (2019-02-12) |
{ | ||
"name": "consola", | ||
"version": "2.5.0", | ||
"version": "2.5.1", | ||
"description": "Elegant Console Logger for Node.js and Browser", | ||
@@ -11,3 +11,3 @@ "license": "MIT", | ||
"scripts": { | ||
"build": "yarn build:cjs && yarn build:browser", | ||
"build": "rm -rf dist && yarn build:cjs && yarn build:browser && rm dist/*.map", | ||
"build:cjs": "bili --file-name consola.js --format cjs --bundle-node-modules --minify src/index.js", | ||
@@ -14,0 +14,0 @@ "build:browser": "bili --file-name consola.browser.js --format umd --module-name consola --bundle-node-modules --minify src/browser.js", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
80382
7