diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f5ff9a..edc2a89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,12 @@ All notable changes to this project will be documented in this file. This change log follows the conventions of [keepachangelog.com](http://keepachangelog.com/). ## [Unreleased] +### Fixed +- [#1](https://github.com/athos/type-infer/pull/1) Fix error that occurs when calling resolve-tag on bad string tags ## [0.1.1] - 2021-02-01 ### Fixed -- Fixed reflection warning ([344fa98](https://github.com/athos/type-infer/commit/344fa9833319c86eeb9a5744bc5a2ffc4700b269)) +- [344fa98](https://github.com/athos/type-infer/commit/344fa9833319c86eeb9a5744bc5a2ffc4700b269) Fixed reflection warning ## [0.1.0] - 2021-01-29 - First release