Skip to content

Commit 9d158ae

Browse files
committed
Release 0.3.1 version
1 parent 0e81e1d commit 9d158ae

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

4+
## 0.3.1
5+
* Fixed `exports` in `package.json`.
6+
* Fix processing of CSS Custom Properties without `shadow` in name.
7+
48
## 0.3.0
59
* Added limit to layout number.
610
* Use only 3 digits instead of 4 for smaller CSS.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-smooth-shadow",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "PostCSS plugin to generate more realistic shadows",
55
"type": "module",
66
"keywords": [

0 commit comments

Comments
 (0)