diff --git a/CHANGELOG.md b/CHANGELOG.md index a534234..df97edd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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. +### [1.7.2](https://github.com/easy-team/egg-react-webpack-boilerplate/compare/v1.7.1...v1.7.2) (2024-12-04) + + +### Features + +* optimize env ([#80](https://github.com/easy-team/egg-react-webpack-boilerplate/issues/80)) ([8a36438](https://github.com/easy-team/egg-react-webpack-boilerplate/commit/8a36438df8d5bfa046c14703de3e9c9f200edae0)) + + +### Bug Fixes + +* use remote img when dev ([4aafa57](https://github.com/easy-team/egg-react-webpack-boilerplate/commit/4aafa57b298b302451304bb562132768e6c36d14)) + ### [1.7.1](https://github.com/easy-team/egg-react-webpack-boilerplate/compare/v1.7.0...v1.7.1) (2024-12-03) ## [1.7.0](https://github.com/easy-team/egg-react-webpack-boilerplate/compare/v1.6.1...v1.7.0) (2024-12-03) diff --git a/package.json b/package.json index 79579a7..81f550e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dt-doraemon", - "version": "1.7.1", + "version": "1.7.2", "description": "treasure box for programmer", "scripts": { "helpDoc": "docsify serve ./docs/docsify",