Skip to content

Commit

Permalink
Version 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
klimashkin committed Sep 26, 2020
1 parent fc11952 commit 9eee273
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
12 changes: 8 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
# Changelog

## 4.0.0 (2018-07-20)
* Use PostCSS 8
* Require NodeJS 10+.

## 3.0.0 (2018-07-20)
* Use PostCSS 7.0
* Use PostCSS 7

## 2.0.0 (2018-06-04)
* Require Webpack 4. Use tapable api
* Require NodeJS 6+. Move to ES6 syntax
* Print human readable sizes (#3)
## 1.1.0 (2016-05-14)

## 1.1.0 (2017-05-14)
* Fix external sourcemaps (#2)

## 1.0.0 (2016-08-26)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "postcss-assets-webpack-plugin",
"description": "Webpack plugin to apply postcss on webpack's emit event",
"version": "3.0.0",
"version": "4.0.0",
"license": "MIT",
"author": "Pavel Klimashkin",
"homepage": "https://github.com/klimashkin/postcss-assets-webpack-plugin",
Expand Down

0 comments on commit 9eee273

Please sign in to comment.