Skip to content

Commit

Permalink
Version 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
klimashkin committed Jul 20, 2018
1 parent d4bd99b commit b13ac8c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

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

## 2.0.0 (2018-06-04)
* Require Webpack 4. Use tapable api
* Require NodeJS 6+. Move to ES6 syntax
Expand Down
4 changes: 2 additions & 2 deletions 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": "2.0.0",
"version": "3.0.0",
"license": "MIT",
"author": "Pavel Klimashkin",
"homepage": "https://github.com/klimashkin/postcss-assets-webpack-plugin",
Expand All @@ -21,7 +21,7 @@
"dependencies": {
"fancy-log": "^1.3.2",
"human-size": "^1.1.0",
"postcss": "^6.0.22",
"postcss": "^7.0.0",
"webpack-sources": "^1.1.0"
},
"keywords": [
Expand Down

0 comments on commit b13ac8c

Please sign in to comment.