@nuxtjs/color-mode
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -5,2 +5,9 @@ # Changelog | ||
### [1.1.1](https://github.com/nuxt-community/color-mode-module/compare/v1.1.0...v1.1.1) (2020-09-15) | ||
### Bug Fixes | ||
* **types:** add new options and include in package ([00bb7e8](https://github.com/nuxt-community/color-mode-module/commit/00bb7e85a114e5f50941b5445395b7b09d9a5a68)) | ||
## [1.1.0](https://github.com/nuxt-community/color-mode-module/compare/v1.0.3...v1.1.0) (2020-09-15) | ||
@@ -7,0 +14,0 @@ |
{ | ||
"name": "@nuxtjs/color-mode", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Dark and Light mode for NuxtJS with auto detection", | ||
@@ -13,3 +13,4 @@ "repository": "nuxt-community/color-mode-module", | ||
"files": [ | ||
"lib" | ||
"lib", | ||
"types" | ||
], | ||
@@ -16,0 +17,0 @@ "main": "lib/module.js", |
23573
13
326