Skip to content

Commit 47ba834

Browse files
authored
chore: bump version to 2.4.1 and update changelog (bootstrap-vue#4756)
1 parent c590ca6 commit 47ba834

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,27 @@
44
> [standard-version](https://github.com/conventional-changelog/standard-version) for commit
55
> guidelines.
66
7+
<a name="2.4.1"></a>
8+
9+
## [v2.4.1](https://github.com/bootstrap-vue/bootstrap-vue/compare/v2.4.0...v2.4.1)
10+
11+
Released: 2020-02-12
12+
13+
### Bug Fixes v2.4.1
14+
15+
- **b-form-input, b-form-textarea:** handle change event for all mobile device keyboards (closes
16+
[#4724](https://github.com/bootstrap-vue/bootstrap-vue/issues/4724))
17+
([#4739](https://github.com/bootstrap-vue/bootstrap-vue/issues/4739))
18+
([166a932](https://github.com/bootstrap-vue/bootstrap-vue/commit/166a932fb11fa552714aba7df67992e1265b9047))
19+
- **b-tooltip, v-b-tooltip:** fix arrow margin
20+
([#4727](https://github.com/bootstrap-vue/bootstrap-vue/issues/4727))
21+
([865a655](https://github.com/bootstrap-vue/bootstrap-vue/commit/865a6557fbf49115c05326f9a96c4f9fdf135e96))
22+
23+
### Other v2.4.1
24+
25+
- dev dependency updates
26+
- minor docs updates
27+
728
<a name="2.4.0"></a>
829

930
## [v2.4.0](https://github.com/bootstrap-vue/bootstrap-vue/compare/v2.3.0...v2.4.0)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bootstrap-vue",
3-
"version": "2.4.0",
3+
"version": "2.4.1",
44
"description": "BootstrapVue, with over 40 plugins and more than 80 custom components, custom directives, and over 300 icons, provides one of the most comprehensive implementations of Bootstrap v4 components and grid system for Vue.js. With extensive and automated WAI-ARIA accessibility markup.",
55
"main": "dist/bootstrap-vue.common.js",
66
"web": "dist/bootstrap-vue.js",

0 commit comments

Comments
 (0)