diff --git a/CHANGELOG.md b/CHANGELOG.md
index 76cf509..e94a74e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
+- Nothing yet!
+
+## [0.5.13] - 2024-04-26
+
### Fixed
- Don't apply margins to `
` elements contained in an `
` in FF ([#350](https://github.com/tailwindlabs/tailwindcss-typography/pull/350))
@@ -193,7 +197,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Everything!
-[unreleased]: https://github.com/tailwindlabs/tailwindcss-typography/compare/v0.5.12...HEAD
+[unreleased]: https://github.com/tailwindlabs/tailwindcss-typography/compare/v0.5.13...HEAD
+[0.5.13]: https://github.com/tailwindlabs/tailwindcss-typography/compare/v0.5.12...v0.5.13
[0.5.12]: https://github.com/tailwindlabs/tailwindcss-typography/compare/v0.5.11...v0.5.12
[0.5.11]: https://github.com/tailwindlabs/tailwindcss-typography/compare/v0.5.10...v0.5.11
[0.5.10]: https://github.com/tailwindlabs/tailwindcss-typography/compare/v0.5.9...v0.5.10
diff --git a/package-lock.json b/package-lock.json
index 40074e3..291f9b3 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "@tailwindcss/typography",
- "version": "0.5.12",
+ "version": "0.5.13",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@tailwindcss/typography",
- "version": "0.5.12",
+ "version": "0.5.13",
"license": "MIT",
"dependencies": {
"lodash.castarray": "^4.4.0",
diff --git a/package.json b/package.json
index 93b25cf..f273d0c 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@tailwindcss/typography",
- "version": "0.5.12",
+ "version": "0.5.13",
"description": "A Tailwind CSS plugin for automatically styling plain HTML content with beautiful typographic defaults.",
"main": "src/index.js",
"types": "src/index.d.ts",