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

Commit 8d59e13

Browse files
committed
6.9.0
1 parent 4733ee7 commit 8d59e13

2 files changed

Lines changed: 10 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,21 @@
1-
## [6.8.6](https://github.com/NewFuture/miniprogram-build/compare/v6.8.5...v6.8.6) (2019-10-30)
1+
# [6.9.0](https://github.com/NewFuture/miniprogram-build/compare/v6.8.6...v6.9.0) (2020-06-04)
22

33

44
### Bug Fixes
55

6-
* **packages:** rollup replace ([7ef03c9](https://github.com/NewFuture/miniprogram-build/commit/7ef03c91da4fc70598e436157c69691a27c7e3bf))
6+
* **package:** update gulp-rename to version 2.0.0 ([6852459](https://github.com/NewFuture/miniprogram-build/commit/685245908f4ef1fb605ba94511f43f8edb9a9be4))
7+
* **package:** update rollup to version 2.0.0 ([2191c99](https://github.com/NewFuture/miniprogram-build/commit/2191c9919d2328dcb13460aceb1e2dbc1c8d3cf9))
8+
* **package:** update wechat-devtool to version 2.0.0 ([fa8812d](https://github.com/NewFuture/miniprogram-build/commit/fa8812d760fd2d455a09ad8d03fc11a4981501db))
9+
* **package:** update yargs to version 15.0.1 ([c52663b](https://github.com/NewFuture/miniprogram-build/commit/c52663b37dca7781d5ee96f0e13d3ee806a35d5b))
710

811

912

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

1215

1316
### Bug Fixes
1417

18+
* **packages:** rollup replace ([7ef03c9](https://github.com/NewFuture/miniprogram-build/commit/7ef03c91da4fc70598e436157c69691a27c7e3bf))
1519
* **wxss:** [#47](https://github.com/NewFuture/miniprogram-build/issues/47) ([a7a8fbc](https://github.com/NewFuture/miniprogram-build/commit/a7a8fbc806a219c88b976e6afed521e585e6c38b))
1620

1721

@@ -114,15 +118,15 @@
114118

115119
* **package:** update ansi-colors to version 4.1.0 ([638bf97](https://github.com/NewFuture/miniprogram-build/commit/638bf977c584fe059237ae1de6b590931f126d13))
116120
* **package:** update imagemin to version 7.0.0 ([15c6771](https://github.com/NewFuture/miniprogram-build/commit/15c6771fc456c3f1fdc5d5670b74fb822cedb931))
117-
* 修复替换scss中注入的变量linter会报错的问题 ([641afe6](https://github.com/NewFuture/miniprogram-build/commit/641afe66674e043ca3225b5d15f48bada7f45fd9))
118121
* **package:** update rimraf to version 3.0.0 ([981d15f](https://github.com/NewFuture/miniprogram-build/commit/981d15f932e1147eec3922b989a40dcce3ddf241))
119122
* **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))
120124

121125

122126
### Features
123127

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

127131

128132

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

0 commit comments

Comments
 (0)