Skip to content

Commit 0ab5177

Browse files
author
Andrey Kuzmin
committed
Release 6.4.0
1 parent 343d410 commit 0ab5177

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,9 @@ module.exports = function (ctx) {
166166

167167
## Changelog
168168

169+
* 6.4.0
170+
* Add more details to `PluginError` object
171+
169172
* 6.3.0
170173
* Integrated with postcss-load-config
171174
* Added a callback to configure postcss on per-file-basis

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gulp-postcss",
3-
"version": "6.3.0",
3+
"version": "6.4.0",
44
"description": "PostCSS gulp plugin",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)