Skip to content

Commit

Permalink
chore: release 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Cavendichun committed Jun 22, 2020
1 parent 036d205 commit 0106705
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.en-US.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 1.0.5 (2020-06-22)

### Bug Fixes

- Fix the problem that the alexiosrc not working ([f741d7b](https://github.com/alexiosjs/alexios/commit/f741d7b2fb1fa3a1bb2ec659f8b95a0a31ce7521))

### Features

- Auto reload when config files and public path changed ([df7a62d](https://github.com/alexiosjs/alexios/commit/df7a62d70b9ec1cebdcf2e5f563a3994d055fe28))
- Make className of CSS-Modules readable in dev mode ([32d978d](https://github.com/alexiosjs/alexios/commit/32d978d95faa317e5ff32f622f6aac2820bfd1dd))

## 1.0.4 (2020-06-11)

### Bug Fixes
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 1.0.5 (2020-06-22)

### Bug Fixes

- 修复 alexiosrc 配置不生效的问题 ([f741d7b](https://github.com/alexiosjs/alexios/commit/f741d7b2fb1fa3a1bb2ec659f8b95a0a31ce7521))

### Features

- 配置文件修改和 public 文件夹首次新建时自动重启 app ([df7a62d](https://github.com/alexiosjs/alexios/commit/df7a62d70b9ec1cebdcf2e5f563a3994d055fe28))
- dev 环境 className 可读 ([32d978d](https://github.com/alexiosjs/alexios/commit/32d978d95faa317e5ff32f622f6aac2820bfd1dd))

## 1.0.4 (2020-06-11)

### Bug Fixes
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": "alexios",
"version": "1.0.4",
"version": "1.0.5",
"description": "A lightweight, powerful and zero-configuration React cli based on Webpack and babel.",
"scripts": {
"lib": "babel ./src -d ./lib --copy-files",
Expand Down

0 comments on commit 0106705

Please sign in to comment.