Skip to content

Commit cb1bf5a

Browse files
committed
Release 0.3.2 version
1 parent 3278e5d commit cb1bf5a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

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

4+
## 0.3.2
5+
* Fixed package keywords.
6+
47
## 0.3.1
58
* Fixed `exports` in `package.json`.
69
* Fix processing of CSS Custom Properties without `shadow` in name.

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.1",
3+
"version": "0.3.2",
44
"description": "PostCSS plugin to generate more realistic smooth shadows",
55
"type": "module",
66
"keywords": [

0 commit comments

Comments
 (0)