Skip to content

Commit

Permalink
Bump v4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vvasilev- committed Feb 7, 2017
1 parent 2bc5d7a commit 68d6e97
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,14 @@
# Change Log

## [4.2.0] - 2017-02-07
### Added
- [`verbose`](https://github.com/2createStudio/postcss-sprites#verbose) option

### Fixed
- Typos in examples
- Rejected promises without error
- Incorrect extraction of the urls

## [4.1.1] - 2016-12-7
### Changed
- Apply `background-size` to all generated sprites
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "postcss-sprites",
"version": "4.1.1",
"version": "4.2.0",
"description": "Generate spritesheets from stylesheets",
"main": "lib/index.js",
"keywords": [
Expand Down

0 comments on commit 68d6e97

Please sign in to comment.