Skip to content

Commit

Permalink
chore(release): 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
varnastadeus committed Dec 18, 2017
1 parent 8e875a6 commit 4cbeb60
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,21 @@

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/ng-select/ng-select/compare/v0.12.0...v0.13.0) (2017-12-18)


### Bug Fixes

* separate extraneous properties with object values closes [#165](https://github.com/ng-select/ng-select/issues/165) ([ff8981c](https://github.com/ng-select/ng-select/commit/ff8981c))


### Features

* **bindLabel:** support nested expression closes [#159](https://github.com/ng-select/ng-select/issues/159) ([b803744](https://github.com/ng-select/ng-select/commit/b803744))



<a name="0.12.0"></a>
# [0.12.0](https://github.com/ng-select/ng-select/compare/v0.11.0...v0.12.0) (2017-12-05)

Expand Down
2 changes: 1 addition & 1 deletion src/package.json
@@ -1,6 +1,6 @@
{
"name": "@ng-select/ng-select",
"version": "0.12.0",
"version": "0.13.0",
"description": "Angular ng-select - All in One UI Select, Multiselect and Autocomplete",
"author": "@ng-select/ng-select",
"license": "MIT",
Expand Down

0 comments on commit 4cbeb60

Please sign in to comment.