diff --git a/CHANGELOG.md b/CHANGELOG.md index d1d0b90..28b7b43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -- Nothing yet! +- Update peer dependency versions to include Tailwind `4.0.0-alpha.20` with support for this plugin ([#358](https://github.com/tailwindlabs/tailwindcss-typography/pull/358)) ## [0.5.14] - 2024-08-07 diff --git a/package.json b/package.json index 8d18582..62d680e 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "release-notes": "node ./scripts/release-notes.js" }, "peerDependencies": { - "tailwindcss": ">=3.0.0 || insiders" + "tailwindcss": ">=3.0.0 || insiders || >=4.0.0-alpha.20" }, "devDependencies": { "@mdx-js/loader": "^1.0.19",