diff --git a/packages/deps-webpack/changelog.md b/packages/deps-webpack/changelog.md index c3c4fee..888c5a0 100644 --- a/packages/deps-webpack/changelog.md +++ b/packages/deps-webpack/changelog.md @@ -1,3 +1,23 @@ +## 1.0.5 (2022-06-16) + + +### Bug Fixes + +* **$biu:** run error ([3d6fc52](https://github.com/fe6/biu/commit/3d6fc5262ff0ed44a12bd39e6dc9b2da0c725e42)) +* **$deps:** error ([0d271f4](https://github.com/fe6/biu/commit/0d271f44c2c6b77b20a588abdea1251397df30ea)) +* **$deps:** error ([83f4959](https://github.com/fe6/biu/commit/83f495917dfb20dd22dca2332fd17e909d598d4a)) +* **$deps:** vue loader ([a8b2b3d](https://github.com/fe6/biu/commit/a8b2b3df7db5cbe5016074aa0789633d2322740b)) + + +### Features + +* **$cmd:** add build cmd ([ae36267](https://github.com/fe6/biu/commit/ae362674938e8127ce78b1a3999eb3c9955afc60)) +* **$config:** add env config ([b8c087e](https://github.com/fe6/biu/commit/b8c087e28619c89012031b8b15c42e47a19f9eb3)) +* **$dev:** add dev server ([580cc83](https://github.com/fe6/biu/commit/580cc831170a9a6c2df50d88801444a10bc59978)) +* **$lib:** add react parser ([120ba7e](https://github.com/fe6/biu/commit/120ba7e8372359d0056a4cb4c6693a59d6e5ba9f)) + + + ## 1.0.4 (2022-06-16) diff --git a/packages/deps-webpack/package.json b/packages/deps-webpack/package.json index 6ac3ffa..9c41760 100644 --- a/packages/deps-webpack/package.json +++ b/packages/deps-webpack/package.json @@ -1,6 +1,6 @@ { "name": "@fe6/biu-deps-webpack", - "version": "1.0.4", + "version": "1.0.5", "description": "@fe6/biu-deps-webpack", "main": "dist/index.js", "types": "dist/index.d.ts",