We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77803dc commit 2aa8153Copy full SHA for 2aa8153
CHANGELOG.md
@@ -1,6 +1,10 @@
1
# Change Log
2
This project adheres to [Semantic Versioning](http://semver.org/).
3
4
+## 2.0.0
5
+* Removed Node.js 18 support.
6
+* Fixed types.
7
+
8
## 1.3.0
9
* Added `removeMedia` option (by @aletorrado).
10
package.json
@@ -1,6 +1,6 @@
{
"name": "postcss-dark-theme-class",
- "version": "1.3.0",
+ "version": "2.0.0",
"description": "CSS solution for light/dark/auto theme switcher for websites",
"keywords": [
"postcss",
0 commit comments