Skip to content
This repository has been archived by the owner on Jun 5, 2024. It is now read-only.

Commit

Permalink
chore(release): 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TINANT Hervé committed Dec 13, 2017
1 parent e7eebd4 commit 23b2da7
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

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="0.13.0"></a>
# [0.13.0](https://github.com/crazyht/ngx-tree-select/compare/v0.12.0...v0.13.0) (2017-12-13)


### Bug Fixes

* Change Angular version support ([5605bdc](https://github.com/crazyht/ngx-tree-select/commit/5605bdc))
* Click on caret not open dropdown ([d705968](https://github.com/crazyht/ngx-tree-select/commit/d705968))
* isDirty is always set to true ([db24dd1](https://github.com/crazyht/ngx-tree-select/commit/db24dd1))
* lint error ([8ec7b7c](https://github.com/crazyht/ngx-tree-select/commit/8ec7b7c))


### Features

* Add expand mode ([72a9c01](https://github.com/crazyht/ngx-tree-select/commit/72a9c01))



<a name="0.12.0"></a>
# [0.12.0](https://github.com/crazyht/ngx-tree-select/compare/v0.10.0...v0.12.0) (2017-10-30)

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": "ngx-tree-select",
"version": "0.12.0",
"version": "0.13.0",
"description": "Angular component for select with tree items.",
"keywords": [
"angular4",
Expand Down
2 changes: 1 addition & 1 deletion src/ngx-tree-select/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-tree-select",
"version": "0.12.0",
"version": "0.13.0",
"description": "Angular component for select with tree items.",
"keywords": [
"angular4",
Expand Down

0 comments on commit 23b2da7

Please sign in to comment.