Skip to content

Commit

Permalink
Update TypeScript types (#34)
Browse files Browse the repository at this point in the history
* Update types

* Update changelog
  • Loading branch information
bradlc committed Sep 2, 2022
1 parent 74c4244 commit cf1924f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion src/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
declare function plugin(): Function
declare const plugin: { handler: () => void }
export = plugin

0 comments on commit cf1924f

Please sign in to comment.