Skip to content

Commit e0e899b

Browse files
author
Gleb Mikheev
committed
v0.1.5
1 parent 3c3be4d commit e0e899b

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
1+
#0.1.5
2+
3+
- Fixes improper rule property in background-color extraction function.
4+
- Fixed linter warnings in plugin tests.
5+
6+
Thanks for [Eugene Romanovsky @setage](http://github.com/setage) again 🍺
7+
18
#0.1.4
29

3-
- Fixes deprecations warnings (Thanks for [Eugene Romanovsky @setage](http://github.com/setage))
10+
- Deprecation warnings fixed (Thanks for [Eugene Romanovsky @setage](http://github.com/setage))
411

512

613
#0.1.3

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-easysprites",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"description": "PostCSS plugin that generate sprites, like postcss-sprites, but proper way",
55
"keywords": [
66
"postcss",

0 commit comments

Comments
 (0)