Skip to content

Commit 95ab0cc

Browse files
author
syshex
committed
rel 1.1.12
1 parent 9eb5ead commit 95ab0cc

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
### 1.1.12
4+
5+
* Enhancement - exposed methods.
6+
37
### 1.1.11 - dev build
48

59
* Enhancement - #11 - Dynamic Page Size

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
vue-bootstrap-table is a sortable and searchable table, with Bootstrap styling, for Vue.js.
44

5-
### VUE 2 : 1.1.10.1
5+
### VUE 2 : 1.1.12
66

77
### Vue 1 : [jbaysolutions/vue-bootstrap-table](https://github.com/jbaysolutions/vue-bootstrap-table)
88

@@ -533,6 +533,10 @@ If you have a feature request, please add it as an issue or make a pull request.
533533

534534
## Changelog
535535

536+
### 1.1.12
537+
538+
* Enhancement - exposed methods.
539+
536540
### 1.1.11
537541

538542
* Enhancement - #11 - Dynamic Page Size

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue2-bootstrap-table2",
3-
"version": "1.1.11",
3+
"version": "1.1.12",
44
"description": "A sortable and searchable vue table, as a Vue component, using bootstrap styling.",
55
"keywords": [
66
"table",

0 commit comments

Comments
 (0)