Skip to content

Commit

Permalink
Version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Klimashkin committed Jun 4, 2018
1 parent a6045bb commit 76ae0bf
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 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)
* Fix external sourcemaps (#2)

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2016 Pavel Klimashkin
Copyright (c) 2016-2018 Pavel Klimashkin

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
5 changes: 4 additions & 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": "2.0.0-alpha.1",
"version": "2.0.0",
"license": "MIT",
"author": "Pavel Klimashkin",
"homepage": "https://github.com/klimashkin/postcss-assets-webpack-plugin",
Expand All @@ -15,6 +15,9 @@
"email": "klimashkin@gmail.com"
},
"main": "index.js",
"peerDependencies": {
"webpack": "^4.10.2"
},
"dependencies": {
"fancy-log": "^1.3.2",
"human-size": "^1.1.0",
Expand Down

0 comments on commit 76ae0bf

Please sign in to comment.