Skip to content

Commit 813c197

Browse files
chore(release): 0.1.0
1 parent c15f876 commit 813c197

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
<a name="0.1.0"></a>
6+
# [0.1.0](https://github.com/Developmint/nuxt-purgecss/compare/v0.0.2...v0.1.0) (2018-12-19)
7+
8+
9+
### Bug Fixes
10+
11+
* return empty array if extractor doesn't match ([c847c34](https://github.com/Developmint/nuxt-purgecss/commit/c847c34))
12+
13+
14+
### Features
15+
16+
* accept module options ([c15f876](https://github.com/Developmint/nuxt-purgecss/commit/c15f876)), closes [#21](https://github.com/Developmint/nuxt-purgecss/issues/21)
17+
18+
19+
520
<a name="0.0.2"></a>
621
## [0.0.2](https://github.com/Developmint/nuxt-purgecss/compare/v0.0.1...v0.0.2) (2018-10-24)
722

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuxt-purgecss",
3-
"version": "0.0.2",
3+
"version": "0.1.0",
44
"description": "",
55
"license": "MIT",
66
"contributors": [

0 commit comments

Comments
 (0)