From bc1b5d96c5a033408343a430b182f31f16b52c8e Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Fri, 2 Nov 2018 22:34:15 +0330 Subject: [PATCH] chore(release): 2.0.0 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f01380..ecadc3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ 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.0.0](https://github.com/nuxt/consola/compare/v2.0.0-2...v2.0.0) (2018-11-02) + + + # [2.0.0-2](https://github.com/nuxt/consola/compare/v2.0.0-1...v2.0.0-2) (2018-11-02) diff --git a/package.json b/package.json index cf80652..2ea5168 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "consola", - "version": "2.0.0-2", + "version": "2.0.0", "description": "Elegant Console Logger for Node.js and Browser", "license": "MIT", "repository": "nuxt/consola",