diff --git a/README.md b/README.md index 285e5ff..ba27632 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,11 @@ An overview of the Electron, Node.js, and Chromium version in each VS Code release. -Last updated: 2024-12-18T00:17:07.569Z +Last updated: 2024-12-19T00:17:20.671Z | VS Code | Codename | Electron | Node | Chromium | | :---------------------------------------------------------------: | :--------------------------: | :------: | :-----: | :------------: | +| [1.96.1](https://github.com/microsoft/vscode/releases/tag/1.96.1) | November 2024 Recovery 1 | 32.2.6 | 20.18.1 | 128.0.6613.186 | | [1.96.0](https://github.com/microsoft/vscode/releases/tag/1.96.0) | November 2024 | 32.2.6 | 20.18.1 | 128.0.6613.186 | | [1.95.3](https://github.com/microsoft/vscode/releases/tag/1.95.3) | October 2024 Recovery 3 | 32.2.1 | 20.18.0 | 128.0.6613.186 | | [1.95.2](https://github.com/microsoft/vscode/releases/tag/1.95.2) | October 2024 Recovery 2 | 32.2.1 | 20.18.0 | 128.0.6613.186 | diff --git a/versions.json b/versions.json index 1991371..cdab3d5 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,12 @@ [ + { + "version": "1.96.1", + "chromium": "128.0.6613.186", + "electron": "32.2.6", + "node": "20.18.1", + "name": "November 2024 Recovery 1", + "created_at": "2024-12-17T17:46:06Z" + }, { "version": "1.96.0", "chromium": "128.0.6613.186",