From 8c8d6beff37dd07c3e71bdbec0f725c58474e295 Mon Sep 17 00:00:00 2001 From: Brad Cornes <hello@bradley.dev> Date: Fri, 2 Sep 2022 10:22:45 +0100 Subject: [PATCH 1/2] Update 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 e84a6a69aeb72993fe1dc692f6faab402e45fed9 Mon Sep 17 00:00:00 2001 From: Brad Cornes <hello@bradley.dev> Date: Fri, 2 Sep 2022 12:22:53 +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 fd3084d..8adf92d 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 ([#34](https://github.com/tailwindlabs/tailwindcss-aspect-ratio/pull/34)) ## [0.4.1] - 2022-09-01