Skip to content

Commit 3e40d2c

Browse files
committed
doc: add link for npm badge and update changelog
1 parent 3e82bc8 commit 3e40d2c

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and 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+
- [email protected] ([security fix](https://github.com/webpack/webpack/releases/tag/v4.41.3))
14+
15+
16+
17+
718
## 1.0.0 - 2019-09-01
819

920
Initial release

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

66
This plugin uses [cssnano](https://cssnano.co) to optimize and minify your CSS.

0 commit comments

Comments
 (0)