Skip to content

Commit

Permalink
chore(release): 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Beace committed Jul 1, 2019
1 parent 7ef6af5 commit 0ea015a
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Change Log

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="1.1.0"></a>
# 1.1.0 (2019-07-01)


### Features

* add __DEV__ for global variables, like react ([c4135c4](https://gitlab.com/BeAce/trust-scripts/commit/c4135c4))
* add docs ([11f63c8](https://gitlab.com/BeAce/trust-scripts/commit/11f63c8))
* add new CleanWebpackPlugin() ([3c57335](https://gitlab.com/BeAce/trust-scripts/commit/3c57335))
* add registory address ([6c8ace8](https://gitlab.com/BeAce/trust-scripts/commit/6c8ace8))
* add require.resolve ([bd8124f](https://gitlab.com/BeAce/trust-scripts/commit/bd8124f))
* add template ([58f798f](https://gitlab.com/BeAce/trust-scripts/commit/58f798f))
* add template readme.md ([f4e0afe](https://gitlab.com/BeAce/trust-scripts/commit/f4e0afe))
* extract all plugins ([31f3b00](https://gitlab.com/BeAce/trust-scripts/commit/31f3b00))
* extract css loaders for development and production ([a2b4120](https://gitlab.com/BeAce/trust-scripts/commit/a2b4120))
* format json ([5d5e3fd](https://gitlab.com/BeAce/trust-scripts/commit/5d5e3fd))
* 修改 bin 目录下名称与项目名称一致,避免出现这种错误 ‘error: trust-scripts-dev(1) does not exist, try --help’, ref: https://github.com/tj/commander.js/issues/786 ([dbf8737](https://gitlab.com/BeAce/trust-scripts/commit/dbf8737))
* 删除 test 目录,抽离出新的项目作为 demo 演示 ([88e9c72](https://gitlab.com/BeAce/trust-scripts/commit/88e9c72))
* 引入 mkcert 增加证书自动生成相关配置 ([87039cb](https://gitlab.com/BeAce/trust-scripts/commit/87039cb))
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "trust-scripts",
"version": "1.0.0",
"version": "1.1.0",
"description": "trust-scripts webpack react zero config",
"main": "index.js",
"bin": {
Expand Down

0 comments on commit 0ea015a

Please sign in to comment.