From 1491d992b511bc7e9db2bb6735a3f84eaa0df733 Mon Sep 17 00:00:00 2001 From: Shogo Ohta Date: Tue, 22 Aug 2023 23:48:36 +0900 Subject: [PATCH] Release 0.1.2 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index edc2a89..0522824 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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] + +## [0.1.2] - 2023-08-22 ### Fixed - [#1](https://github.com/athos/type-infer/pull/1) Fix error that occurs when calling resolve-tag on bad string tags @@ -13,5 +15,6 @@ All notable changes to this project will be documented in this file. This change - First release [Unreleased]: https://github.com/athos/type-infer/compare/0.1.0...HEAD +[0.1.2]: https://github.com/athos/type-infer/compare/0.1.1...0.1.2 [0.1.1]: https://github.com/athos/type-infer/compare/0.1.0...0.1.1 [0.1.0]: https://github.com/athos/type-infer/releases/0.1.0