From 4da62c8d65f2d038c0a07f3db5d217f48f4a1b16 Mon Sep 17 00:00:00 2001 From: Jordan Pittman Date: Thu, 1 Sep 2022 14:19:37 -0400 Subject: [PATCH] 0.5.6 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9aff85c..2f73bb6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@tailwindcss/typography", - "version": "0.5.5", + "version": "0.5.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@tailwindcss/typography", - "version": "0.5.5", + "version": "0.5.6", "license": "MIT", "dependencies": { "lodash.castarray": "^4.4.0", diff --git a/package.json b/package.json index 87babd6..2307441 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tailwindcss/typography", - "version": "0.5.5", + "version": "0.5.6", "description": "A Tailwind CSS plugin for automatically styling plain HTML content with beautiful typographic defaults.", "main": "src/index.js", "types": "src/index.d.ts",