From dbd750f3fa4b391fa894b95b9a607db2f1306d61 Mon Sep 17 00:00:00 2001 From: TAKAHASHI Shuuji Date: Fri, 9 Apr 2021 10:14:07 +0000 Subject: [PATCH 1/2] Remove a language code from the link to the Node.js website --- website/src/pages/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/pages/index.js b/website/src/pages/index.js index 6a704d309511..a38f2023788c 100755 --- a/website/src/pages/index.js +++ b/website/src/pages/index.js @@ -319,7 +319,7 @@ class Index extends React.Component { It works with projects using: [Babel](https://babeljs.io/), [TypeScript](https://www.typescriptlang.org/), - [Node](https://nodejs.org/en/), [React](https://reactjs.org), + [Node](https://nodejs.org/), [React](https://reactjs.org), [Angular](https://angular.io), [Vue](https://vuejs.org) and more! From 72c4d92f02623a9f710f823fa124cbad49f24a85 Mon Sep 17 00:00:00 2001 From: TAKAHASHI Shuuji Date: Fri, 9 Apr 2021 10:15:05 +0000 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index be9bd2a9cc26..bf63e69739e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -105,6 +105,7 @@ - `[jest-util]` No longer checking `enumerable` when adding `process.domain` ([#10862](https://github.com/facebook/jest/pull/10862)) - `[jest-validate]` [**BREAKING**] Remove `recursiveBlacklist` option in favor of previously introduced `recursiveDenylist` ([#10650](https://github.com/facebook/jest/pull/10650)) - `[website]` Replace 'Github' with 'GitHub' ([#11279](https://github.com/facebook/jest/pull/11279)) +- `[website]` Remove a language code from the link to the Node.js website ([#11282](https://github.com/facebook/jest/pull/11282)) ### Performance