From 4d05574c1b6d52c19c5585019562b25ae3dcd31c Mon Sep 17 00:00:00 2001 From: Kaspar Rosin Date: Fri, 13 Jan 2023 16:05:16 +0200 Subject: [PATCH] docs: update changelog --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fdd5bc..563dc53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [3.4.1] - 13-01-2023 + +### Changed + +- Removed o1- prefix from gray colors. Allows package to use nova's color configuration. + +### Added + +- Added MutationObserver to observer dark theme. + ## [3.4.0] - 12-01-2023 ### Added