From 5637cf8d30d854cb2c78c93e2d8e2d736a8c9cfe Mon Sep 17 00:00:00 2001 From: Savannah Ostrowski Date: Mon, 2 Mar 2026 09:01:36 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Release=20version=200.1.2?= 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 f35df53..12c8ff3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Latest Changes +## 0.1.2 + ### Internal * 🔖 Release version 0.1.1. PR [#96](https://github.com/fastapi/fastapi-vscode/pull/96) by [@savannahostrowski](https://github.com/savannahostrowski). diff --git a/package.json b/package.json index 290fa82..08a073f 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "rest", "openapi" ], - "version": "0.1.1", + "version": "0.1.2", "publisher": "FastAPILabs", "license": "MIT", "repository": {