From 594ab862396c16ead000de0c3c38f4a5cbe1938d Mon Sep 17 00:00:00 2001 From: Francisco Madeira Date: Tue, 20 Dec 2022 19:00:15 +0000 Subject: [PATCH] release: v1.15.0 --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e440589..7fa3118 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +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.14.2 (2022-10-28](https://github.com/nunomaduro/termwind/compare/v1.14.1...v1.15.0) +## [v1.15.0 (2022-12-20](https://github.com/nunomaduro/termwind/compare/v1.14.2...v1.15.0) +### Added +- Autocomplete for `ask` method by @fabio-ivona in https://github.com/nunomaduro/termwind/pull/153 + +### Fixed +- Fix types by @fabio-ivona in https://github.com/nunomaduro/termwind/pull/158 + +## [v1.14.2 (2022-10-28](https://github.com/nunomaduro/termwind/compare/v1.14.1...v1.14.2) ### Fixed - Allow to use `SymfonyStyle` ask method if exists by @xiCO2k in https://github.com/nunomaduro/termwind/pull/156