From 0106705265afc83c1ffaa44ea59851a2a9fa8363 Mon Sep 17 00:00:00 2001 From: Cavendichun Date: Mon, 22 Jun 2020 11:36:38 +0800 Subject: [PATCH] chore: release 1.0.5 --- CHANGELOG.en-US.md | 11 +++++++++++ CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 3 files changed, 23 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.en-US.md b/CHANGELOG.en-US.md index 3b6fc8e..19f3214 100644 --- a/CHANGELOG.en-US.md +++ b/CHANGELOG.en-US.md @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f2fc63..c7ea5ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 09546aa..921d630 100644 --- a/package.json +++ b/package.json @@ -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",