diff --git a/CHANGELOG.md b/CHANGELOG.md index a8b8ddd..c2b8904 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,7 @@ ## Latest Changes -### Internal - -* 🐛 Keep @types/vscode at the engines.vscode floor. PR [#206](https://github.com/fastapi/fastapi-vscode/pull/206) by [@savannahostrowski](https://github.com/savannahostrowski). - -## 0.3.0 (2026-07-21) +## 0.3.1 (2026-07-21) ### Refactors @@ -14,6 +10,7 @@ ### Internal +* 🐛 Keep @types/vscode at the engines.vscode floor. PR [#206](https://github.com/fastapi/fastapi-vscode/pull/206) by [@savannahostrowski](https://github.com/savannahostrowski). * ⬆ Bump the bun-packages group across 1 directory with 4 updates. PR [#204](https://github.com/fastapi/fastapi-vscode/pull/204) by [@dependabot[bot]](https://github.com/apps/dependabot). * ⬆ Bump typescript from 6.0.3 to 7.0.2 in the npm-packages group. PR [#202](https://github.com/fastapi/fastapi-vscode/pull/202) by [@dependabot[bot]](https://github.com/apps/dependabot). * ⬆ Bump the bun-packages group with 4 updates. PR [#201](https://github.com/fastapi/fastapi-vscode/pull/201) by [@dependabot[bot]](https://github.com/apps/dependabot). diff --git a/package.json b/package.json index 6d66469..7f48e07 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "rest", "openapi" ], - "version": "0.3.0", + "version": "0.3.1", "publisher": "FastAPILabs", "license": "MIT", "repository": {