From c7b3a5245c6e33083906cfc8c527dca959e5e26b Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Fri, 16 Aug 2024 13:05:26 +0100 Subject: [PATCH] chore(release): 3.4.4 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8efa00f..055518f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.4.4](https://github.com/nuxt-modules/color-mode/compare/v3.4.3...v3.4.4) (2024-08-16) + ### [3.4.3](https://github.com/nuxt-modules/color-mode/compare/v3.4.2...v3.4.3) (2024-08-16) diff --git a/package.json b/package.json index c4a0e2c..ddc72ae 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxtjs/color-mode", - "version": "3.4.3", + "version": "3.4.4", "description": "Dark and Light mode for Nuxt with auto detection", "repository": { "type": "git",