Skip to content

Commit

Permalink
chore(release): 4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Jul 18, 2018
1 parent 9a70605 commit dd457b2
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 2 deletions.
6 changes: 6 additions & 0 deletions packages/cssnano/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 4.0.3

## Bug Fixes

* `postcss-merge-longhand` incorrect minification of `border` (`border-*`) declarations.

# 4.0.2

## Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/cssnano/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cssnano",
"version": "4.0.2",
"version": "4.0.3",
"description": "A modular minifier, built on top of the PostCSS ecosystem.",
"main": "dist/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/postcss-merge-longhand/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postcss-merge-longhand",
"version": "4.0.1",
"version": "4.0.2",
"description": "Merge longhand properties into shorthand with PostCSS.",
"main": "dist/index.js",
"files": [
Expand Down
7 changes: 7 additions & 0 deletions site/content/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ layout: Page



## 4.0.3

### Bug Fixes

- `postcss-merge-longhand` incorrect minification of `border` (`border-*`) declarations.


## 4.0.2

### Bug Fixes
Expand Down

0 comments on commit dd457b2

Please sign in to comment.