From 42004323985fb3c61ee727f26df4da00271e0cc2 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Tue, 19 Mar 2024 13:31:43 +0000 Subject: [PATCH] chore(release): 3.3.3 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99bce704..214c986a 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.3](https://github.com/nuxt-modules/color-mode/compare/v3.3.2...v3.3.3) (2024-03-19) + + +### Bug Fixes + +* remove `lodash.template` usage ([#240](https://github.com/nuxt-modules/color-mode/issues/240)) ([e4b1bbd](https://github.com/nuxt-modules/color-mode/commit/e4b1bbd131bea802efdee187ea631c33d2db8f49)) + ### [3.3.2](https://github.com/nuxt-modules/color-mode/compare/v3.3.1...v3.3.2) (2023-11-15) diff --git a/package.json b/package.json index 28774784..4314a399 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxtjs/color-mode", - "version": "3.3.2", + "version": "3.3.3", "description": "Dark and Light mode for Nuxt with auto detection", "repository": { "type": "git",