diff --git a/CHANGELOG.md b/CHANGELOG.md index 673203d..1c0b021 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ 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.13.0 (2022-07-01](https://github.com/nunomaduro/termwind/compare/v1.12.0...v1.13.0) +### Added +- Add `min-w-{width}` class by @xiCO2k in (https://github.com/nunomaduro/termwind/pull/143) + +### Fixed +- `flex-1` with over `COLUMN` size content by @xiCO2k in (https://github.com/nunomaduro/termwind/pull/142) + + ## [v1.12.0 (2022-06-27](https://github.com/nunomaduro/termwind/compare/v1.11.1...v1.12.0) ### Added - Support for verbosity levels (https://github.com/nunomaduro/termwind/commit/70b564814adb42c98b68cd3f1c2fd4b74ad86eea)