Skip to content

Commit 213793c

Browse files
chore(main): release 0.3.2 (#12)
1 parent 4719b65 commit 213793c

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.3.2](https://github.com/nhedger/vscode-inertia/compare/v0.3.1...v0.3.2) (2023-01-18)
4+
5+
6+
### Bug Fixes
7+
8+
* multiline support for autocompletion ([40e91f2](https://github.com/nhedger/vscode-inertia/commit/40e91f2fb2857d3f1382d1ee69591bd230403fc5))
9+
* regex patterns ([4719b65](https://github.com/nhedger/vscode-inertia/commit/4719b65b808b72f42d5bcb457889565f8b6b2bef))
10+
311
## [0.3.1](https://github.com/nhedger/vscode-inertia/compare/v0.3.0...v0.3.1) (2023-01-18)
412

513

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "inertia",
33
"displayName": "Inertia.js",
4-
"version": "0.3.1",
4+
"version": "0.3.2",
55
"description": "Visual Studio Code extension for Inertia.js",
66
"categories": [
77
"Other"

0 commit comments

Comments
 (0)