Skip to content

Commit 2fe2311

Browse files
chore: release v2.0.0
1 parent 472eaa1 commit 2fe2311

File tree

2 files changed

+22
-5
lines changed

2 files changed

+22
-5
lines changed

CHANGELOG.md

+21-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,27 @@
1-
# Changelog
21

3-
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.
2+
3+
## [2.0.0](https://github.com/Developmint/nuxt-purgecss/compare/v1.0.0...v2.0.0) (2022-09-30)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* nuxt3 support (#125)
9+
10+
### Features
11+
12+
* add nuxt build indicator to whitelist in dev mode ([#85](https://github.com/Developmint/nuxt-purgecss/issues/85)) ([c123fef](https://github.com/Developmint/nuxt-purgecss/commit/c123fefb784c1e16b713f9558a9b13007a9c08f5))
13+
* nuxt3 support ([#125](https://github.com/Developmint/nuxt-purgecss/issues/125)) ([24b890e](https://github.com/Developmint/nuxt-purgecss/commit/24b890e022eca04c1af29029b63356d0f9d9d2e2))
14+
15+
16+
### Bug Fixes
17+
18+
* allow absolute paths ([#96](https://github.com/Developmint/nuxt-purgecss/issues/96)) ([3a5075e](https://github.com/Developmint/nuxt-purgecss/commit/3a5075ea7987644328e34da0babc6ad80fbe0751))
19+
420

521
## [1.0.0](https://github.com/Developmint/nuxt-purgecss/compare/v0.2.1...v1.0.0) (2020-04-26)
622

7-
## Breaking changes
23+
24+
### ⚠ BREAKING CHANGES
825

926
* `postcss` mode is the default mode (previously `webpack`)
1027
* Updated to PurgeCSS 2 and the new extractor syntax (fn instead of class)
@@ -80,4 +97,4 @@ All notable changes to this project will be documented in this file. See [standa
8097

8198

8299
<a name="0.0.1"></a>
83-
## 0.0.1 (2018-10-21)
100+
## 0.0.1 (2018-10-21)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuxt-purgecss",
3-
"version": "1.0.0",
3+
"version": "2.0.0",
44
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt.js",
55
"keywords": [
66
"nuxtjs",

0 commit comments

Comments
 (0)