Skip to content

Commit

Permalink
chore(release): 1.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed May 26, 2018
1 parent 7514bc6 commit fa9b574
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

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.

<a name="1.13.1"></a>
## [1.13.1](https://github.com/ghiscoding/aurelia-slickgrid/compare/v1.13.0...v1.13.1) (2018-05-26)


### Bug Fixes

* **filters:** return false when invalid date ([#69](https://github.com/ghiscoding/aurelia-slickgrid/issues/69)) ([93f0db1](https://github.com/ghiscoding/aurelia-slickgrid/commit/93f0db1)), closes [#68](https://github.com/ghiscoding/aurelia-slickgrid/issues/68)
* **sorters:** return -1 or 1 for invalid dates ([#70](https://github.com/ghiscoding/aurelia-slickgrid/issues/70)) ([04ce67e](https://github.com/ghiscoding/aurelia-slickgrid/commit/04ce67e)), closes [#68](https://github.com/ghiscoding/aurelia-slickgrid/issues/68) [#69](https://github.com/ghiscoding/aurelia-slickgrid/issues/69)


### Features

* **rowSelect:** add preselectedRows and expose all Plugin ([#71](https://github.com/ghiscoding/aurelia-slickgrid/issues/71)) ([02fa681](https://github.com/ghiscoding/aurelia-slickgrid/commit/02fa681))



<a name="1.13.0"></a>
# [1.13.0](https://github.com/ghiscoding/aurelia-slickgrid/compare/v1.12.2...v1.13.0) (2018-05-21)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aurelia-slickgrid",
"version": "1.13.0",
"version": "1.13.1",
"description": "Slickgrid components made available in Aurelia",
"keywords": [
"aurelia",
Expand Down

0 comments on commit fa9b574

Please sign in to comment.