From 7b43b3b33bb74c57a68852330105bb34d11a806a Mon Sep 17 00:00:00 2001 From: Jonathan Reinink Date: Wed, 7 Aug 2024 13:22:11 -0400 Subject: [PATCH] 0.5.14 --- CHANGELOG.md | 7 ++++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 569da29..d1d0b90 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.14] - 2024-08-07 + - Fix table text alignment ([#346](https://github.com/tailwindlabs/tailwindcss-typography/pull/346)) ## [0.5.13] - 2024-04-26 @@ -197,7 +201,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.13...HEAD +[unreleased]: https://github.com/tailwindlabs/tailwindcss-typography/compare/v0.5.14...HEAD +[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 [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 diff --git a/package-lock.json b/package-lock.json index 8ef209c..001b8a5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@tailwindcss/typography", - "version": "0.5.13", + "version": "0.5.14", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@tailwindcss/typography", - "version": "0.5.13", + "version": "0.5.14", "license": "MIT", "dependencies": { "lodash.castarray": "^4.4.0", diff --git a/package.json b/package.json index 3f04686..8d18582 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tailwindcss/typography", - "version": "0.5.13", + "version": "0.5.14", "description": "A Tailwind CSS plugin for automatically styling plain HTML content with beautiful typographic defaults.", "main": "src/index.js", "types": "src/index.d.ts",