From e3375274dd2e07aa185d8ead16c265e53016e2b3 Mon Sep 17 00:00:00 2001 From: pooya parsa Date: Sat, 23 Feb 2019 22:58:54 +0330 Subject: [PATCH] chore(release): 2.5.2 --- CHANGELOG.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d9b8543..aba5cc97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,12 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. -## [2.5.1](https://github.com/nuxt/consola/compare/v2.5.0...v2.5.1) (2019-02-23) +## [2.5.2](https://github.com/nuxt/consola/compare/v2.5.1...v2.5.2) (2019-02-23) ### Bug Fixes -* **pkg:** remove sourcemaps for less package size ([67565fc](https://github.com/nuxt/consola/commit/67565fc)) +* bundle std-env and entrypoint ([7b0f838](https://github.com/nuxt/consola/commit/7b0f838)) diff --git a/package.json b/package.json index 1b4e7894..d3a87cd6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "consola", - "version": "2.5.1", + "version": "2.5.2", "description": "Elegant Console Logger for Node.js and Browser", "license": "MIT", "repository": "nuxt/consola",