diff --git a/CHANGELOG.md b/CHANGELOG.md index c7d8360..4a29ce9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.3.2](https://github.com/nhedger/vscode-inertia/compare/v0.3.1...v0.3.2) (2023-01-18) + + +### Bug Fixes + +* multiline support for autocompletion ([40e91f2](https://github.com/nhedger/vscode-inertia/commit/40e91f2fb2857d3f1382d1ee69591bd230403fc5)) +* regex patterns ([4719b65](https://github.com/nhedger/vscode-inertia/commit/4719b65b808b72f42d5bcb457889565f8b6b2bef)) + ## [0.3.1](https://github.com/nhedger/vscode-inertia/compare/v0.3.0...v0.3.1) (2023-01-18) diff --git a/package.json b/package.json index 911b0d0..a32c24b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "inertia", "displayName": "Inertia.js", - "version": "0.3.1", + "version": "0.3.2", "description": "Visual Studio Code extension for Inertia.js", "categories": [ "Other"