diff --git a/CHANGELOG.md b/CHANGELOG.md index b0f72023..9da4dbee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +#2.19.0 + +* Fix error caused by version rollback. + +# 2.18.0 + +* Enable setting a numeric value for the expand-on-hover attribute. + # 2.17.0 * Updated Angular/angularfire references in bower.json diff --git a/bower.json b/bower.json index f69b1484..321c950a 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "angular-ui-tree", - "version": "2.18.0", + "version": "2.19.0", "homepage": "https://github.com/angular-ui-tree/angular-ui-tree", "authors": [ "Jim Liu ", diff --git a/package.json b/package.json index 8f482fb4..d8c29612 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-ui-tree", - "version": "2.18.0", + "version": "2.19.0", "description": "An AngularJS UI component that can sort nested lists, provides drag & drop support and doesn't depend on jQuery", "license": "MIT", "repository": { diff --git a/source/main.js b/source/main.js index 9c21524b..19c2e287 100644 --- a/source/main.js +++ b/source/main.js @@ -1,5 +1,5 @@ /** - * @license Angular UI Tree v2.17.0 + * @license Angular UI Tree v2.19.0 * (c) 2010-2016. https://github.com/angular-ui-tree/angular-ui-tree * License: MIT */