diff --git a/CHANGELOG.md b/CHANGELOG.md index 157d00a76..ffe4c79d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 18.0.1 (2024-07-02) + +* fix(cli): corrected missing setup `src/assets` of `angular.json` (#1809) ([18166bc](https://github.com/ng-alain/delon/commit/18166bc)), closes [#1809](https://github.com/ng-alain/delon/issues/1809) + + + ## 18.0.0 (2024-07-02) * docs: release 18 (#1807) ([553a6af](https://github.com/ng-alain/delon/commit/553a6af)), closes [#1807](https://github.com/ng-alain/delon/issues/1807) diff --git a/docs/changelog.en-US.md b/docs/changelog.en-US.md index 43df28d22..9ebcd5f31 100644 --- a/docs/changelog.en-US.md +++ b/docs/changelog.en-US.md @@ -14,6 +14,11 @@ NG-ALAIN strictly follows [Semantic Versioning 2.0.0](http://semver.org/lang/zh- --- +## 18.0.1 (2024-07-02) + +* fix(cli): corrected missing setup `src/assets` of `angular.json` (#1809) ([18166bc](https://github.com/ng-alain/delon/commit/18166bc)), closes [#1809](https://github.com/ng-alain/delon/issues/1809) + + ## 18.0.0 (2024-07-02) ### Breaking Changes diff --git a/docs/changelog.zh-CN.md b/docs/changelog.zh-CN.md index f0ed2338f..71c8032b3 100644 --- a/docs/changelog.zh-CN.md +++ b/docs/changelog.zh-CN.md @@ -14,7 +14,10 @@ NG-ALAIN 严格遵循 [Semantic Versioning 2.0.0](http://semver.org/lang/zh-CN/) --- -variable +## 18.0.1 (2024-07-02) + +* fix(cli): 纠正 `angular.json` 缺少设置 `src/assets` (#1809) ([18166bc](https://github.com/ng-alain/delon/commit/18166bc)), closes [#1809](https://github.com/ng-alain/delon/issues/1809) + ## 18.0.0 (2024-07-02) ### Breaking Changes diff --git a/package.json b/package.json index d32078cde..300106ba3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "delon", - "version": "18.0.0", + "version": "18.0.1", "description": "Delon is a set of essential modules for NG-ALAIN.", "keywords": [ "delon",