Skip to content

Commit b017eb8

Browse files
committed
Release 0.3.0 version
1 parent 3ea0e02 commit b017eb8

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.0
5+
* Added limit to layout number.
6+
* Use only 3 digits instead of 4 for smaller CSS.
7+
48
## 0.2.0
59
* Made smooth shadows closer by darkness to non-smooth variant.
610
* Made more readable output.

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

0 commit comments

Comments
 (0)