Skip to content

Commit a68ad42

Browse files
authored
chore: bump version and update changelog (#5305)
1 parent 74af02e commit a68ad42

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
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.
44
5+
<a name="2.13.1"></a>
6+
7+
## [v2.13.1](https://github.com/bootstrap-vue/bootstrap-vue/compare/v2.13.0...v2.13.1)
8+
9+
Released: 2020-05-05
10+
11+
### Bug Fixes v2.13.1
12+
13+
- **b-table, b-table-lite, b-table-simple:** handle head/foot variant for sticky columns (fixes
14+
[#5278](https://github.com/bootstrap-vue/bootstrap-vue/issues/5278))
15+
([#5279](https://github.com/bootstrap-vue/bootstrap-vue/issues/5279))
16+
([53e309e](https://github.com/bootstrap-vue/bootstrap-vue/commit/53e309e947b4710fcf8d989cc9ef0f31c58487ae))
17+
18+
### Other v2.13.1
19+
20+
- documentation updates
21+
- dev dependency updates
22+
523
<a name="2.13.0"></a>
624

725
## [v2.13.0](https://github.com/bootstrap-vue/bootstrap-vue/compare/v2.12.0...v2.13.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.13.0",
3+
"version": "2.13.1",
44
"description": "BootstrapVue, with more than 85 custom components, over 45 plugins, several 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)