Skip to content

Commit

Permalink
fix: fix css compression failure #1
Browse files Browse the repository at this point in the history
  • Loading branch information
anncwb committed Jan 7, 2021
1 parent 12cd218 commit b62e99c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 2.0.0-beta.3 (2021-01-06)

### ✨ Fix

- Fix css compression failure

# 2.0.0-beta.2 (2021-01-03)

### ✨ Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-html",
"version": "2.0.0-beta.2",
"version": "2.0.0-beta.3",
"description": "A plugin for vite to Minimize index.html and use lodash.template template syntax in index.html",
"main": "dist/index.js",
"files": [
Expand Down

0 comments on commit b62e99c

Please sign in to comment.