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": {