Skip to content

Commit

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

### Bug Fixes

* return TreeNode for first and last child ([#893](https://github.com/CirclonGroup/angular-tree-component/issues/893)) ([c0792c3](https://github.com/CirclonGroup/angular-tree-component/commit/c0792c3)), closes ([#893](https://github.com/CirclonGroup/angular-tree-component/issues/893))

<a name="11.0.2"></a>
# 11.0.2 (2021-02-16)

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@circlon/angular-tree-component",
"version": "11.0.2",
"version": "11.0.3",
"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": "11.0.2",
"version": "11.0.3",
"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 5b9591d

Please sign in to comment.