Skip to content

Commit 68d6e97

Browse files
committed
Bump v4.2.0
1 parent 2bc5d7a commit 68d6e97

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Change Log
22

3+
## [4.2.0] - 2017-02-07
4+
### Added
5+
- [`verbose`](https://github.com/2createStudio/postcss-sprites#verbose) option
6+
7+
### Fixed
8+
- Typos in examples
9+
- Rejected promises without error
10+
- Incorrect extraction of the urls
11+
312
## [4.1.1] - 2016-12-7
413
### Changed
514
- Apply `background-size` to all generated sprites

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-sprites",
3-
"version": "4.1.1",
3+
"version": "4.2.0",
44
"description": "Generate spritesheets from stylesheets",
55
"main": "lib/index.js",
66
"keywords": [

0 commit comments

Comments
 (0)