From 6cdc87a7e0018c703e116f54899fae537b95769c Mon Sep 17 00:00:00 2001 From: pooya parsa Date: Fri, 29 Mar 2019 22:53:41 +0430 Subject: [PATCH] chore(release): 2.5.8 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2248e53..9bfc70a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ 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.8](https://github.com/nuxt/consola/compare/v2.5.7...v2.5.8) (2019-03-29) + + +### Bug Fixes + +* **types:** allow passing extra arguments ([#46](https://github.com/nuxt/consola/issues/46)) ([d29fc46](https://github.com/nuxt/consola/commit/d29fc46)) + + + ## [2.5.7](https://github.com/nuxt/consola/compare/v2.5.6...v2.5.7) (2019-03-19) diff --git a/package.json b/package.json index 8bdc321..8fc176a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "consola", - "version": "2.5.7", + "version": "2.5.8", "description": "Elegant Console Logger for Node.js and Browser", "license": "MIT", "repository": "nuxt/consola",