diff --git a/CHANGELOG.md b/CHANGELOG.md index 71c46d989..e9b0da4b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 17.0.1 (2023-11-26) + +* fix(cli): fix node version (#1719) ([df40bb3](https://github.com/ng-alain/delon/commit/df40bb3)), closes [#1719](https://github.com/ng-alain/delon/issues/1719) + + + ## 17.0.0 (2023-11-26) * chore: add `typescript.referencesCodeLens.enabled` (#1679) ([4d2d25c](https://github.com/ng-alain/delon/commit/4d2d25c)), closes [#1679](https://github.com/ng-alain/delon/issues/1679) diff --git a/docs/changelog.en-US.md b/docs/changelog.en-US.md index 386853c94..bed499a45 100644 --- a/docs/changelog.en-US.md +++ b/docs/changelog.en-US.md @@ -14,6 +14,10 @@ NG-ALAIN strictly follows [Semantic Versioning 2.0.0](http://semver.org/lang/zh- --- +## 17.0.1 (2023-11-26) + +* fix(cli): fix node 20 version (#1719) ([df40bb3](https://github.com/ng-alain/delon/commit/df40bb3)), closes [#1719](https://github.com/ng-alain/delon/issues/1719) + ## 17.0.0 (2023-11-26) ### Breaking Changes diff --git a/docs/changelog.zh-CN.md b/docs/changelog.zh-CN.md index ecbfde82a..7da191d85 100644 --- a/docs/changelog.zh-CN.md +++ b/docs/changelog.zh-CN.md @@ -14,6 +14,11 @@ NG-ALAIN 严格遵循 [Semantic Versioning 2.0.0](http://semver.org/lang/zh-CN/) --- +## 17.0.1 (2023-11-26) + +* fix(cli): 修复不支持 node 20 版本 (#1719) ([df40bb3](https://github.com/ng-alain/delon/commit/df40bb3)), closes [#1719](https://github.com/ng-alain/delon/issues/1719) + + ## 17.0.0 (2023-11-26) ### Breaking Changes diff --git a/package.json b/package.json index 6936b83a6..6efed2b8b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "delon", - "version": "17.0.0", + "version": "17.0.1", "description": "Delon is a set of essential modules for NG-ALAIN.", "keywords": [ "delon", diff --git a/scripts/site/route-paths.txt b/scripts/site/route-paths.txt index b0c862c7e..c004c0ed3 100644 --- a/scripts/site/route-paths.txt +++ b/scripts/site/route-paths.txt @@ -187,8 +187,8 @@ /docs/style-guide/zh /docs/theme/en /docs/theme/zh -/docs/upgrade-v16/en -/docs/upgrade-v16/zh +/docs/upgrade-v17/en +/docs/upgrade-v17/zh /docs/upgrade/en /docs/upgrade/zh /form/acl/en