From 5651ecbce65879c0abd8345448cab1d67292a0ee Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Wed, 15 Nov 2023 16:34:23 +0000 Subject: [PATCH] chore(release): 3.3.2 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9409f4b6..6685fd32 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. +### [3.3.2](https://github.com/nuxt-community/color-mode-module/compare/v3.3.1...v3.3.2) (2023-11-15) + + +### Bug Fixes + +* use `ref` for island color-mode stub and check it is truthy ([486c28f](https://github.com/nuxt-community/color-mode-module/commit/486c28f57cd817cbdbd53bbc9d5302d62bd6b8c9)) + ### [3.3.1](https://github.com/nuxt-community/color-mode-module/compare/v3.3.0...v3.3.1) (2023-11-15) diff --git a/package.json b/package.json index b525d727..896a9c7f 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxtjs/color-mode", - "version": "3.3.1", + "version": "3.3.2", "description": "Dark and Light mode for Nuxt with auto detection", "repository": "nuxt-community/color-mode-module", "license": "MIT",