From b0071f1593afdac666a579fa2c70b8b40659df4e Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Sat, 3 Nov 2018 15:37:44 +0330 Subject: [PATCH] chore(release): 2.1.0 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24440f52..acc829a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ 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.1.0](https://github.com/nuxt/consola/compare/v2.0.9...v2.1.0) (2018-11-03) + + +### Features + +* add aliases ([cbea7bd](https://github.com/nuxt/consola/commit/cbea7bd)) +* mockTypes for easy mocking ([a332890](https://github.com/nuxt/consola/commit/a332890)) + + + ## [2.0.9](https://github.com/nuxt/consola/compare/v2.0.8...v2.0.9) (2018-11-03) diff --git a/package.json b/package.json index 2756dc07..6016ac72 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "consola", - "version": "2.0.9", + "version": "2.1.0", "description": "Elegant Console Logger for Node.js and Browser", "license": "MIT", "repository": "nuxt/consola",