diff --git a/README.md b/README.md index a15a123f..ad545476 100755 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ 🏮 祝所有开发者:牛年大吉!🏮 -TypeScript [TypeScript 4.1 (November 19, 2020)](https://devblogs.microsoft.com/typescript/announcing-typescript-4-1/) +TypeScript [TypeScript 4.2 (February 23, 2021)](https://devblogs.microsoft.com/typescript/announcing-typescript-4-2/) | -[版本发布说明](./release-notes/typescript-4.1.md) +[版本发布说明](./release-notes/typescript-4.2.md) :heavy_check_mark: TypeScript语言用于大规模应用的JavaScript开发。 :heavy_check_mark: TypeScript支持类型,是JavaScript的超集且可以编译成纯JavaScript代码。 :heavy_check_mark: TypeScript兼容所有浏览器,所有宿主环境,所有操作系统。 :heavy_check_mark: TypeScript是开源的。 @@ -91,6 +91,7 @@ * [架构概述](zh/wiki/architectural-overview.md) * [发展路线图](zh/wiki/roadmap.md) * [新增功能](zh/release-notes/README.md) + * [TypeScript 4.2](zh/release-notes/typescript-4.2.md) * [TypeScript 4.1](zh/release-notes/typescript-4.1.md) * [TypeScript 4.0](zh/release-notes/typescript-4.0.md) * [TypeScript 3.9](zh/release-notes/typescript-3.9.md) diff --git a/zh/release-notes/typescript-4.2.md b/zh/release-notes/typescript-4.2.md index c7f38b19..b21f53ac 100644 --- a/zh/release-notes/typescript-4.2.md +++ b/zh/release-notes/typescript-4.2.md @@ -513,6 +513,7 @@ sortOfArrayish = numberKeys; ![一个未被声明的 `foo` 函数被调用了,使用快速修复](https://devblogs.microsoft.com/typescript/wp-content/uploads/sites/11/2021/01/addMissingFunction-4.2.gif) +