Skip to content

Commit

Permalink
chore: release 11.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Engelhardt committed Feb 15, 2021
1 parent 4528c96 commit 02d325d
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,21 @@
<a name="11.0.0"></a>
# 11.0.0 (2021-02-15)

### Features

* update to angular 11 ([4528c96](https://github.com/CirclonGroup/angular-tree-component/commit/4528c96))
* remove lodash-es ([f639c98](https://github.com/CirclonGroup/angular-tree-component/commit/f639c98))

### BREAKING CHANGES

BEFORE:

getNodeById(predicate) - predicate needs to support lodash find method

AFTER:

getNodeById(predicate) - predicate needs to support javaScript find method

<a name="10.0.2"></a>
# 10.0.2 (2020-12-21)

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@circlon/angular-tree-component",
"version": "10.0.2",
"version": "11.0.0",
"description": "A simple yet powerful tree component for Angular2",
"author": "Circlon Group <os-group@circlon.de>",
"homepage": "https://github.com/CirclonGroup/angular-tree-component",
Expand Down
2 changes: 1 addition & 1 deletion projects/angular-tree-component/package.json
Expand Up @@ -4,7 +4,7 @@
"homepage": "https://github.com/CirclonGroup/angular-tree-component",
"description": "A simple yet powerful tree component for Angular",
"license": "MIT",
"version": "10.0.2",
"version": "11.0.0",
"repository": "https://github.com/CirclonGroup/angular-tree-component.git",
"bugs": {
"url": "https://github.com/CirclonGroup/angular-tree-component/issues"
Expand Down

0 comments on commit 02d325d

Please sign in to comment.