From 050e2503679e110894a81a6eee94e14c1f1d9bd2 Mon Sep 17 00:00:00 2001 From: Andrew Haines Date: Mon, 9 Mar 2026 11:11:53 +0000 Subject: [PATCH] chore: update readme for v4 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bd97ac5e1..2710859d1 100644 --- a/README.md +++ b/README.md @@ -12,10 +12,11 @@ A beautiful syntax highlighter based on TextMate grammar, accurate and powerful. ## Branch -The main branch is currently at _v3.x_. +The main branch is currently at _v4.x_. | Branch | Description | | ---------------------------------------------- | ---------------------------------- | +| [v3](https://github.com/shikijs/shiki/tree/v3) | v3.23 of Shiki | | [v2](https://github.com/shikijs/shiki/tree/v2) | v2.5 of Shiki | | [v1](https://github.com/shikijs/shiki/tree/v1) | v1.29 of Shiki | | [v0](https://github.com/shikijs/shiki/tree/v0) | v0.14 of Shiki, the legacy version |