From ba7e620ae68d8d9ab07a2acb79cc947c659d473c Mon Sep 17 00:00:00 2001 From: Savannah Ostrowski Date: Wed, 4 Mar 2026 10:27:49 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Release=20version=200.1.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6385639..d6346d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Latest Changes +## 0.1.3 + ### Fixes * 🐛 Recognize custom FastAPI/APIRouter naming patterns (aliases, subclasses, module imports). PR [#107](https://github.com/fastapi/fastapi-vscode/pull/107) by [@savannahostrowski](https://github.com/savannahostrowski). diff --git a/package.json b/package.json index 08a073f..cb7f341 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "rest", "openapi" ], - "version": "0.1.2", + "version": "0.1.3", "publisher": "FastAPILabs", "license": "MIT", "repository": {