Skip to content

Commit 7744c68

Browse files
committed
chore(release): 1.3.0
1 parent 384478d commit 7744c68

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
<a name="1.3.0"></a>
6+
# [1.3.0](https://github.com/Johann-S/bs-custom-file-input/compare/v1.1.1...v1.3.0) (2018-11-16)
7+
8+
9+
### Bug Fixes
10+
11+
* **core:** remove unused events and better destroy method ([2845f4e](https://github.com/Johann-S/bs-custom-file-input/commit/2845f4e))
12+
* **display:** restore text on empty values ([21ba2c0](https://github.com/Johann-S/bs-custom-file-input/commit/21ba2c0))
13+
14+
15+
### Features
16+
17+
* **core:** allow to use children in label elements ([e92a581](https://github.com/Johann-S/bs-custom-file-input/commit/e92a581))
18+
* **demo:** add a demo ([22f925b](https://github.com/Johann-S/bs-custom-file-input/commit/22f925b))
19+
* **display:** remove fakepath ([0cd194a](https://github.com/Johann-S/bs-custom-file-input/commit/0cd194a))
20+
21+
22+
523
<a name="1.2.0"></a>
624
# [1.2.0](https://github.com/Johann-S/bs-custom-file-input/compare/v1.1.1...v1.2.0) (2018-09-18)
725

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bs-custom-file-input",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "A little plugin for Bootstrap 4 custom file input",
55
"author": "Johann-S <[email protected]>",
66
"contributors": [

0 commit comments

Comments
 (0)