Skip to content

Commit 9b1fc08

Browse files
committed
0.4.3
1 parent b270198 commit 9b1fc08

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
- Nothing yet!
11+
12+
## [0.4.3] - 2023-03-30
13+
1014
### Fixed
1115

1216
- Warn when used in Tailwind CSS v3.3+ ([#26](https://github.com/tailwindlabs/tailwindcss-line-clamp/pull/26))
@@ -69,7 +73,8 @@ This release of `@tailwindcss/line-clamp` is designed for Tailwind CSS v3.0+, an
6973

7074
Initial release!
7175

72-
[unreleased]: https://github.com/tailwindlabs/tailwindcss-line-clamp/compare/v0.4.2...HEAD
76+
[unreleased]: https://github.com/tailwindlabs/tailwindcss-line-clamp/compare/v0.4.3...HEAD
77+
[0.4.3]: https://github.com/tailwindlabs/tailwindcss-line-clamp/compare/v0.4.2...v0.4.3
7378
[0.4.2]: https://github.com/tailwindlabs/tailwindcss-line-clamp/compare/v0.4.1...v0.4.2
7479
[0.4.1]: https://github.com/tailwindlabs/tailwindcss-line-clamp/compare/v0.4.0...v0.4.1
7580
[0.4.0]: https://github.com/tailwindlabs/tailwindcss-line-clamp/compare/v0.3.1...v0.4.0

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tailwindcss/line-clamp",
3-
"version": "0.4.2",
3+
"version": "0.4.3",
44
"main": "src/index.js",
55
"types": "src/index.d.ts",
66
"license": "MIT",

0 commit comments

Comments
 (0)