From fa9303baa9d9b06ea7bcf0236093c47800e6c0ed Mon Sep 17 00:00:00 2001 From: Brad Cornes Date: Fri, 2 Sep 2022 12:47:46 +0100 Subject: [PATCH 1/2] Update TypeScript types --- src/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.d.ts b/src/index.d.ts index 1f93420..c23a9a3 100644 --- a/src/index.d.ts +++ b/src/index.d.ts @@ -1,2 +1,2 @@ -declare function plugin(): Function +declare const plugin: { handler: () => void } export = plugin From 98c74c1c8b6569675acd295601ac6aa06edb3f0a Mon Sep 17 00:00:00 2001 From: Brad Cornes Date: Fri, 2 Sep 2022 12:48:22 +0100 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index adc5634..25b18e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -- Nothing yet! +### Fixed + +- Update TypeScript types ([#23](https://github.com/tailwindlabs/tailwindcss-line-clamp/pull/23)) ## [0.4.1] - 2022-09-01