diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ec3f839..ed5db176 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.2](https://github.com/nuxt-community/color-mode-module/compare/v2.0.1...v2.0.2) (2020-12-04) + + +### Bug Fixes + +* **type-defs:** make all options optional ([#56](https://github.com/nuxt-community/color-mode-module/issues/56)) ([7d2aaff](https://github.com/nuxt-community/color-mode-module/commit/7d2aaff02d0e81327a88be67310ef49263055bad)) + ### [2.0.1](https://github.com/nuxt-community/color-mode-module/compare/v2.0.0...v2.0.1) (2020-12-02) diff --git a/package.json b/package.json index c6e23fad..6c3207ae 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxtjs/color-mode", - "version": "2.0.1", + "version": "2.0.2", "description": "Dark and Light mode for NuxtJS with auto detection", "repository": "nuxt-community/color-mode-module", "license": "MIT",