diff --git a/docs/basic-features/script.md b/docs/basic-features/script.md index 33df31800f4..0f92fad1c3d 100644 --- a/docs/basic-features/script.md +++ b/docs/basic-features/script.md @@ -19,10 +19,11 @@ description: Next.js helps you optimize loading third-party scripts with the bui
Version History -| Version | Changes | -| --------- | ------------------------- | -| `v12.2.4` | `onReady` prop added. | -| `v11.0.0` | `next/script` introduced. | +| Version | Changes | +| --------- | ------------------------------------------------------------------------- | +| `v12.2.4` | `onReady` prop added. | +| `v12.2.2` | Allow `next/script` with `beforeInteractive` to be placed in `_document`. | +| `v11.0.0` | `next/script` introduced. |