diff --git a/CHANGELOG.md b/CHANGELOG.md index 85f46c53..3746ce97 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.0.0](https://github.com/nuxt-community/color-mode-module/compare/v1.1.1...v2.0.0) (2020-10-13) + + +### ⚠ BREAKING CHANGES + +* Version 2 (#39) + +### Features + +* Version 2 ([#39](https://github.com/nuxt-community/color-mode-module/issues/39)) ([47664d7](https://github.com/nuxt-community/color-mode-module/commit/47664d76dc76a44ff270a6cd8569f512e5b004f3)) + ### [1.1.1](https://github.com/nuxt-community/color-mode-module/compare/v1.1.0...v1.1.1) (2020-09-15) diff --git a/package.json b/package.json index c70b95d5..c5b17751 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxtjs/color-mode", - "version": "1.1.1", + "version": "2.0.0", "description": "Dark and Light mode for NuxtJS with auto detection", "repository": "nuxt-community/color-mode-module", "license": "MIT",