diff --git a/CHANGELOG.md b/CHANGELOG.md index 7323563..677c833 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.4.1 (2022-01-29)](https://github.com/pestphp/pest/compare/v1.4.0...v1.4.1) +### Fixed +- `` with more width that the parent element by @xiCO2k in https://github.com/nunomaduro/termwind/pull/117 + ## [v1.4.0 (2022-01-26)](https://github.com/pestphp/pest/compare/v1.3.0...v1.4.0) ### Added - Add support for `space-y` and `space-x`. by @xiCO2k in https://github.com/nunomaduro/termwind/pull/115