Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

Commit ad4176d

Browse files
committed
7.0.0
1 parent 11b8017 commit ad4176d

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# [7.0.0](https://github.com/NewFuture/miniprogram-build/compare/v6.9.0...v7.0.0) (2020-07-22)
2+
3+
4+
15
# [6.9.0](https://github.com/NewFuture/miniprogram-build/compare/v6.8.6...v6.9.0) (2020-06-04)
26

37

@@ -118,15 +122,15 @@
118122

119123
* **package:** update ansi-colors to version 4.1.0 ([638bf97](https://github.com/NewFuture/miniprogram-build/commit/638bf977c584fe059237ae1de6b590931f126d13))
120124
* **package:** update imagemin to version 7.0.0 ([15c6771](https://github.com/NewFuture/miniprogram-build/commit/15c6771fc456c3f1fdc5d5670b74fb822cedb931))
125+
* 修复替换scss中注入的变量linter会报错的问题 ([641afe6](https://github.com/NewFuture/miniprogram-build/commit/641afe66674e043ca3225b5d15f48bada7f45fd9))
121126
* **package:** update rimraf to version 3.0.0 ([981d15f](https://github.com/NewFuture/miniprogram-build/commit/981d15f932e1147eec3922b989a40dcce3ddf241))
122127
* **package:** update yargs to version 14.0.0 ([30418f8](https://github.com/NewFuture/miniprogram-build/commit/30418f8daa375e7cd5e440eba71b5799723ba3e7))
123-
* 修复替换scss中注入的变量linter会报错的问题 ([641afe6](https://github.com/NewFuture/miniprogram-build/commit/641afe66674e043ca3225b5d15f48bada7f45fd9))
124128

125129

126130
### Features
127131

128-
* **svg:** support local .svgo.yml ([e3723c5](https://github.com/NewFuture/miniprogram-build/commit/e3723c56d5fd6297aa5855b4fcd9904855800699))
129132
* 允许在scss文件中注入env变量 ([5cd94fd](https://github.com/NewFuture/miniprogram-build/commit/5cd94fdc6db4a830de32bcf3d78b2200364a51a4))
133+
* **svg:** support local .svgo.yml ([e3723c5](https://github.com/NewFuture/miniprogram-build/commit/e3723c56d5fd6297aa5855b4fcd9904855800699))
130134

131135

132136

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "miniprogram-build",
3-
"version": "6.9.0",
3+
"version": "7.0.0",
44
"description": "A command line tool to build & watch MiniProgram.",
55
"keywords": [
66
"MiniProgram",

0 commit comments

Comments
 (0)