diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c548ed..fe9f8b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Latest Changes +## 0.1.6 + ### Fixes * 🐛 Fix import resolution for src layout projects and bare relative imports. PR [#140](https://github.com/fastapi/fastapi-vscode/pull/140) by [@savannahostrowski](https://github.com/savannahostrowski). diff --git a/package.json b/package.json index 3df88d8..273beb1 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "rest", "openapi" ], - "version": "0.1.5", + "version": "0.1.6", "publisher": "FastAPILabs", "license": "MIT", "repository": {