File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## 1.0.1 - 2019-12-17
8+
9+ ### Dependencies
10+
11+ Update dev dependencies:
12+
13+ - webpack@4.41.3 ([ security fix] ( https://github.com/webpack/webpack/releases/tag/v4.41.3 ) )
14+ - mini-css-extract-plugin@0.8.2
15+ - node-sass@4.13.0
16+ - css-loader@3.4.0
17+
718## 1.0.0 - 2019-09-01
819
920Initial release
Original file line number Diff line number Diff line change 11# cssnano-webpack-plugin
22
3- ![ npm] ( https://img.shields.io/npm/v/cssnano-webpack-plugin )
3+ [ ![ npm] ( https://img.shields.io/npm/v/cssnano-webpack-plugin )] ( https://www.npmjs.com/package /cssnano-webpack-plugin)
44[ ![ Build Status] ( https://travis-ci.org/lneveu/cssnano-webpack-plugin.svg?branch=master )] ( https://travis-ci.org/lneveu/cssnano-webpack-plugin )
55
66This plugin uses [ cssnano] ( https://cssnano.co ) to optimize and minify your CSS.
You can’t perform that action at this time.
0 commit comments