We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17fd858 commit 4b7cb17Copy full SHA for 4b7cb17
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Change Log
2
3
+## 1.3.8
4
+Support named parameter
5
+
6
## 1.3.7
7
8
Add support for View::make() facade
package.json
@@ -2,7 +2,7 @@
"name": "laravel-goto-view",
"displayName": "Laravel goto view",
"description": "Quick jump to view",
- "version": "1.3.7",
+ "version": "1.3.8",
"publisher": "codingyu",
"license": "MIT",
"engines": {
@@ -98,4 +98,4 @@
98
"typescript": "^4.4.4",
99
"@vscode/test-electron": "^1.6.2"
100
}
101
-}
+}
0 commit comments