Skip to content

Commit

Permalink
release(17.0.1): release 17.0.1 (#1720)
Browse files Browse the repository at this point in the history
  • Loading branch information
cipchk authored Nov 26, 2023
1 parent df40bb3 commit ae26c44
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## <small>17.0.1 (2023-11-26)</small>

* 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)
Expand Down
4 changes: 4 additions & 0 deletions docs/changelog.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ NG-ALAIN strictly follows [Semantic Versioning 2.0.0](http://semver.org/lang/zh-

---

## <small>17.0.1 (2023-11-26)</small>

* 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
Expand Down
5 changes: 5 additions & 0 deletions docs/changelog.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ NG-ALAIN 严格遵循 [Semantic Versioning 2.0.0](http://semver.org/lang/zh-CN/)

---

## <small>17.0.1 (2023-11-26)</small>

* 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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions scripts/site/route-paths.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ae26c44

Please sign in to comment.