Skip to content

Commit 99bc259

Browse files
committed
Release 0.8 version
1 parent 25f1189 commit 99bc259

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Change Log
22
This project adheres to [Semantic Versioning](http://semver.org/).
33

4+
## 0.8
5+
* Moved to `:where()` to keep specificity.
6+
* Removed Node.js 12, 14, and 16 support.
7+
* Fixed docs (by Qi Luo).
8+
49
## 0.7.3
510
* Reduced package size.
611

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-dark-theme-class",
3-
"version": "0.7.3",
3+
"version": "0.8.0",
44
"description": "CSS solution for light/dark/auto theme switcher for websites",
55
"keywords": [
66
"postcss",

0 commit comments

Comments
 (0)