From 776e238131eaec21c4cf448198d5cdd1c23aba83 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Wed, 16 Feb 2022 16:30:52 +0000 Subject: [PATCH] chore(release): 3.0.0 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0473e3da..caff1ec9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ 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.0.0](https://github.com/nuxt-community/color-mode-module/compare/v2.1.1...v3.0.0) (2022-02-16) + + +### ⚠ BREAKING CHANGES + +* add support for nuxt 3/nuxt bridge (#118) + +### Features + +* add support for nuxt 3/nuxt bridge ([#118](https://github.com/nuxt-community/color-mode-module/issues/118)) ([a5036a4](https://github.com/nuxt-community/color-mode-module/commit/a5036a4a816a3baa2bc2a953048469a7a78a851e)) + ### [2.1.1](https://github.com/nuxt-community/color-mode-module/compare/v2.1.0...v2.1.1) (2021-08-02) diff --git a/package.json b/package.json index 1966cb65..6ca3485c 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxtjs/color-mode", - "version": "2.1.1", + "version": "3.0.0", "description": "Dark and Light mode for Nuxt with auto detection", "repository": "nuxt-community/color-mode-module", "license": "MIT",