File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed
Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ Unreleased]
9+
10+ ### Added
11+
12+ - Add typescript types ([ #22 ] ( https://github.com/tailwindlabs/tailwindcss-line-clamp/pull/22 ) )
13+
814## [ 0.4.0] - 2022-04-27
915
1016This release of ` @tailwindcss/line-clamp ` is designed for Tailwind CSS v3.0+, and is not compatible with earlier versions.
Original file line number Diff line number Diff line change 22 "name" : " @tailwindcss/line-clamp" ,
33 "version" : " 0.4.0" ,
44 "main" : " src/index.js" ,
5+ "types" : " src/index.d.ts" ,
56 "license" : " MIT" ,
67 "repository" : " https://github.com/tailwindlabs/tailwindcss-line-clamp" ,
78 "publishConfig" : {
Original file line number Diff line number Diff line change 1+ declare function plugin ( ) : Function
2+ export = plugin
You can’t perform that action at this time.
0 commit comments