From 39d20e194940903046f2e2733ce0a9b59ccd464b Mon Sep 17 00:00:00 2001 From: Philipp Spiess Date: Tue, 7 Jan 2025 14:58:56 +0100 Subject: [PATCH] 0.5.16 --- CHANGELOG.md | 7 ++++++- package.json | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a35b3b0..f9690d2 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.16] - 2025-01-07 + ### Fixed - Support installing with beta versions of Tailwind CSS v4 ([#365](https://github.com/tailwindlabs/tailwindcss-typography/pull/365)) @@ -211,7 +215,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.15...HEAD +[unreleased]: https://github.com/tailwindlabs/tailwindcss-typography/compare/v0.5.16...HEAD +[0.5.16]: https://github.com/tailwindlabs/tailwindcss-typography/compare/v0.5.15...v0.5.16 [0.5.15]: https://github.com/tailwindlabs/tailwindcss-typography/compare/v0.5.14...v0.5.15 [0.5.14]: https://github.com/tailwindlabs/tailwindcss-typography/compare/v0.5.13...v0.5.14 [0.5.13]: https://github.com/tailwindlabs/tailwindcss-typography/compare/v0.5.12...v0.5.13 diff --git a/package.json b/package.json index a1ead04..70ff5f3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tailwindcss/typography", - "version": "0.5.15", + "version": "0.5.16", "description": "A Tailwind CSS plugin for automatically styling plain HTML content with beautiful typographic defaults.", "main": "src/index.js", "types": "src/index.d.ts",