From 3f67c8100163f96ddd529fb6e7e90adb6eb955a3 Mon Sep 17 00:00:00 2001 From: Savannah Ostrowski Date: Tue, 10 Mar 2026 14:14:37 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Release=20version=200.1.4?= 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 d011f4e..50bc123 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Latest Changes +## 0.1.4 + ### Fixes * 🐛 Support stacked decorators and deprecated route warnings. PR [#121](https://github.com/fastapi/fastapi-vscode/pull/121) by [@savannahostrowski](https://github.com/savannahostrowski). diff --git a/package.json b/package.json index cb7f341..c1c1fd0 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "rest", "openapi" ], - "version": "0.1.3", + "version": "0.1.4", "publisher": "FastAPILabs", "license": "MIT", "repository": {