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",