Skip to content

Commit

Permalink
docs: update stability & changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
lubieowoce committed Dec 6, 2024
1 parent 45adbe8 commit ec35d86
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/01-app/03-api-reference/04-functions/after.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: after
description: API Reference for the after function.
version: unstable
version: stable
---

`after` allows you to schedule work to be executed after a response (or prerender) is finished. This is useful for tasks and other side effects that should not block the response, such as logging and analytics.
Expand Down Expand Up @@ -69,4 +69,5 @@ We recommend using `after` as it has been designed to consider other Next.js API

| Version History | Description |
| --------------- | ---------------------------- |
| `v15.1.0` | `after` is stable. |
| `v15.0.0-rc` | `unstable_after` introduced. |

0 comments on commit ec35d86

Please sign in to comment.