We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent feadf09 commit 799dd87Copy full SHA for 799dd87
CHANGELOG.md
@@ -2,11 +2,15 @@
2
3
All notable changes to `laravel-tel-input` will be documented in this file
4
5
-## 1.0.1 - 2021-08-08
+## v1.0.2 - 2021-08-08
6
+
7
+- Fix bug in `composer.json`
8
9
+## v1.0.1 - 2021-08-08
10
11
- Added demo2.gif image preview to `README.md`
12
- Fix bug in `composer.json`
13
-## 1.0.0 - 2021-08-08
14
+## v1.0.0 - 2021-08-08
15
16
- Initial release
composer.json
@@ -12,7 +12,7 @@
"livewire",
"laravel-livewire",
"laravel-blade",
- "blade",
+ "blade"
],
17
"homepage": "https://github.com/victorybiz/laravel-tel-input",
18
"license": "MIT",
0 commit comments