Skip to content

Commit 2c8120b

Browse files
author
Tobias Engelhardt
committed
chore: release 11.0.2
1 parent 4b2d8a9 commit 2c8120b

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
<a name="11.0.2"></a>
2+
# 11.0.2 (2021-02-16)
3+
4+
### Bug Fixes
5+
6+
* merge default and optional action mappings ([#891](https://github.com/CirclonGroup/angular-tree-component/issues/891)) ([4b2d8a9](https://github.com/CirclonGroup/angular-tree-component/commit/4b2d8a9)), closes ([#891](https://github.com/CirclonGroup/angular-tree-component/issues/891))
7+
18
<a name="11.0.1"></a>
29
# 11.0.1 (2021-02-16)
310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@circlon/angular-tree-component",
3-
"version": "11.0.1",
3+
"version": "11.0.2",
44
"description": "A simple yet powerful tree component for Angular2",
55
"author": "Circlon Group <os-group@circlon.de>",
66
"homepage": "https://github.com/CirclonGroup/angular-tree-component",

projects/angular-tree-component/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"homepage": "https://github.com/CirclonGroup/angular-tree-component",
55
"description": "A simple yet powerful tree component for Angular",
66
"license": "MIT",
7-
"version": "11.0.1",
7+
"version": "11.0.2",
88
"repository": "https://github.com/CirclonGroup/angular-tree-component.git",
99
"bugs": {
1010
"url": "https://github.com/CirclonGroup/angular-tree-component/issues"

0 commit comments

Comments
 (0)