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

Commit 9685b5d

Browse files
committed
7.0.2
1 parent be7d04f commit 9685b5d

2 files changed

Lines changed: 16 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [7.0.2](https://github.com/NewFuture/miniprogram-build/compare/v7.0.1...v7.0.2) (2020-09-11)
2+
3+
4+
15
## [7.0.1](https://github.com/NewFuture/miniprogram-build/compare/v7.0.0...v7.0.1) (2020-07-27)
26

37

@@ -18,12 +22,20 @@
1822

1923

2024

21-
## [6.8.6](https://github.com/NewFuture/miniprogram-build/compare/v6.8.3...v6.8.6) (2019-10-30)
25+
## [6.8.6](https://github.com/NewFuture/miniprogram-build/compare/v6.8.5...v6.8.6) (2019-10-30)
2226

2327

2428
### Bug Fixes
2529

2630
* **packages:** rollup replace ([7ef03c9](https://github.com/NewFuture/miniprogram-build/commit/7ef03c91da4fc70598e436157c69691a27c7e3bf))
31+
32+
33+
34+
## [6.8.5](https://github.com/NewFuture/miniprogram-build/compare/v6.8.3...v6.8.5) (2019-10-30)
35+
36+
37+
### Bug Fixes
38+
2739
* **wxss:** [#47](https://github.com/NewFuture/miniprogram-build/issues/47) ([a7a8fbc](https://github.com/NewFuture/miniprogram-build/commit/a7a8fbc806a219c88b976e6afed521e585e6c38b))
2840

2941

@@ -126,15 +138,15 @@
126138

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

133145

134146
### Features
135147

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

139151

140152

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": "7.0.1",
3+
"version": "7.0.2",
44
"description": "A command line tool to build & watch MiniProgram.",
55
"keywords": [
66
"MiniProgram",

0 commit comments

Comments
 (0)