From 8a4cff1c208d23804dc9331a3382905eb703b375 Mon Sep 17 00:00:00 2001 From: luoxue Date: Wed, 27 Nov 2019 12:05:35 +0800 Subject: [PATCH] fix(package): asdasdasdad --- CHANGELOG.md | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 16f9bf97..42586a18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# 1.0.0 (2019-11-26) +## 1.0.1 (2019-11-27) ### 🌟 新功能 @@ -26,6 +26,7 @@ ### 🐛 Bug 修复 +* **build:** 修复了build是 publicPath 的问题 ([ac2ab19](https://github.com/luoxue-victor/learn_webpack/commit/ac2ab19)) * **changelog:** fix some changelog ([3bc624a](https://github.com/luoxue-victor/learn_webpack/commit/3bc624a)) * **commit config:** 修改提交代码配置 ([dd90ff9](https://github.com/luoxue-victor/learn_webpack/commit/dd90ff9)) * **scripts cz:** 修改脚本cz命令 ([b4a8c51](https://github.com/luoxue-victor/learn_webpack/commit/b4a8c51)) diff --git a/package.json b/package.json index bb92a8e8..6892d1e5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "webpack-box", - "version": "1.0.0", + "version": "1.0.1", "description": "webpack打包器", "main": "index.js", "bin": {