From 2a6d5adf67965f4bcfe652b29ae4f42cf20b4104 Mon Sep 17 00:00:00 2001 From: Shogo Ohta Date: Mon, 21 Aug 2023 23:55:32 +0900 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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