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 3278e5d commit cb1bf5aCopy full SHA for cb1bf5a
CHANGELOG.md
@@ -1,6 +1,9 @@
1
# Change Log
2
This project adheres to [Semantic Versioning](http://semver.org/).
3
4
+## 0.3.2
5
+* Fixed package keywords.
6
+
7
## 0.3.1
8
* Fixed `exports` in `package.json`.
9
* Fix processing of CSS Custom Properties without `shadow` in name.
package.json
@@ -1,6 +1,6 @@
{
"name": "postcss-smooth-shadow",
- "version": "0.3.1",
+ "version": "0.3.2",
"description": "PostCSS plugin to generate more realistic smooth shadows",
"type": "module",
"keywords": [
0 commit comments