From 86fc30eace93b9b6d4c844ba6de76db84184e01b Mon Sep 17 00:00:00 2001 From: Francisco Madeira Date: Mon, 17 Oct 2022 16:20:29 +0100 Subject: [PATCH] release: v1.14.1 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97b8beb..2f6184f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [v1.14.1 (2022-10-17](https://github.com/nunomaduro/termwind/compare/v1.14.0...v1.14.1) +### Fixed +- Fix `truncate` to work well with `w-full` or `w-division`. by @xiCO2k in https://github.com/nunomaduro/termwind/pull/155 + ## [v1.14.0 (2022-08-01](https://github.com/nunomaduro/termwind/compare/v1.13.0...v1.14.0) ### Added - Add support for `w-auto`. by @xiCO2k in https://github.com/nunomaduro/termwind/pull/148