Skip to content

Commit c818b75

Browse files
chore(main): release 0.3.4 (#18)
1 parent e2d9923 commit c818b75

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
## [0.3.4](https://github.com/nhedger/vscode-inertia/compare/v0.3.3...v0.3.4) (2023-01-21)
4+
5+
6+
### Bug Fixes
7+
8+
* broken hyperlinks when using function calls to pass props ([#17](https://github.com/nhedger/vscode-inertia/issues/17)) ([e2d9923](https://github.com/nhedger/vscode-inertia/commit/e2d9923aa4c32ce6c8155e77a973ce50b02aaba3))
9+
310
## [0.3.3](https://github.com/nhedger/vscode-inertia/compare/v0.3.2...v0.3.3) (2023-01-20)
411

512

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.3",
4+
"version": "0.3.4",
55
"description": "Visual Studio Code extension for Inertia.js",
66
"categories": [
77
"Other"

0 commit comments

Comments
 (0)