Skip to content

Commit

Permalink
chore: publish v0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeJim committed Jul 9, 2022
1 parent 41b0508 commit 278372d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 11 deletions.
17 changes: 10 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
# 更新日志

## 0.0.1
## 0.0.7 `2022-7-9`
### 🐛 Bug Fixes

### ✨ Feature
- 移除多余空格
- 移除注释

## 0.0.2
- 修复属性的值为空字符串时,被省略的问题 @LeeJim [#2](https://github.com/LeeJim/wxml-minifier/pull/2)

### 🐛 Fixes
## 0.0.2 `2022-1-9`
### 🐛 Bug Fixes

- 修复了 wxml 中存在自闭合 wxs 时报错的问题

## 0.0.1 `2020-1-21`
### ✨ Features
- 移除多余空格
- 移除注释
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
![image](https://user-images.githubusercontent.com/7017290/147433768-424237a5-b136-4cc1-9ea0-e11722fc732b.png)

<p align="center">
<a><img alt="npm" src="https://img.shields.io/npm/v/wxml-minifier"></a>
<a><img alt="npm" src="https://img.shields.io/npm/dm/wxml-minifier"></a>
<a><img alt="NPM" src="https://img.shields.io/npm/l/wxml-minifier"></a>
<a href="https://www.npmjs.com/package/wxml-minifier"><img alt="npm" src="https://img.shields.io/npm/v/wxml-minifier"></a>
<a href="https://www.npmjs.com/package/wxml-minifier"><img alt="npm" src="https://img.shields.io/npm/dm/wxml-minifier"></a>
<a href="https://www.npmjs.com/package/wxml-minifier"><img alt="NPM" src="https://img.shields.io/npm/l/wxml-minifier"></a>
<a><img alt="coverage" src="./coverage/badge-lines.svg"></a>
</p>

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": "wxml-minifier",
"version": "0.0.5",
"version": "0.0.7",
"description": "微信小程序WXML压缩工具",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 278372d

Please sign in to comment.