From 161b5df315d61ddc2fc7bcd8064541447edb893a Mon Sep 17 00:00:00 2001 From: Divlo Date: Fri, 16 Dec 2022 00:00:55 +0100 Subject: [PATCH] docs(changelog): add v12.0.2 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6bcac0..6809c66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## 13.0.0 - Pending +## 12.0.2 + +- **Fix:** Allow absolute `--project` path [(#269)](https://github.com/standard/ts-standard/pull/269). + ## 12.0.1 - **Fix:** Process `--version` Flag Directly without the need of `--project` option [(#264)](https://github.com/standard/ts-standard/pull/264).