Skip to content

Commit 7a0f510

Browse files
committed
chore(release): v0.0.4
1 parent d9574c7 commit 7a0f510

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
# Changelog
22

33

4+
## v0.0.4
5+
6+
[compare changes](https://github.com/markthree/nuxt-style-extractor/compare/v0.0.3...v0.0.4)
7+
8+
### 🔥 Performance
9+
10+
- Use of more compatible programmes ([d9574c7](https://github.com/markthree/nuxt-style-extractor/commit/d9574c7))
11+
12+
### 🩹 Fixes
13+
14+
- Ignored if there is no style ([adb18eb](https://github.com/markthree/nuxt-style-extractor/commit/adb18eb))
15+
16+
### ❤️ Contributors
17+
18+
- Markthree ([@markthree](http://github.com/markthree))
19+
420
## v0.0.3
521

622
[compare changes](https://github.com/markthree/nuxt-style-extractor/compare/v0.0.2...v0.0.3)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuxt-style-extractor",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"description": "Extracts the style of the page as an external css when rendered on the server side | 提取服务端渲染时页面的 style 为外部 css",
55
"repository": "markthree/nuxt-style-extractor",
66
"license": "MIT",

0 commit comments

Comments
 (0)