Skip to content

Commit f0e1f6b

Browse files
author
Tobias Engelhardt
committed
chore: release 11.0.1
1 parent eb055aa commit f0e1f6b

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.1"></a>
2+
# 11.0.1 (2021-02-16)
3+
4+
### Bug Fixes
5+
6+
* remove log calls ([#889](https://github.com/CirclonGroup/angular-tree-component/issues/889)) ([eb055aa](https://github.com/CirclonGroup/angular-tree-component/commit/22e0d85)), closes ([#889](https://github.com/CirclonGroup/angular-tree-component/issues/889))
7+
18
<a name="11.0.0"></a>
29
# 11.0.0 (2021-02-15)
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.0",
3+
"version": "11.0.1",
44
"description": "A simple yet powerful tree component for Angular2",
55
"author": "Circlon Group <[email protected]>",
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.0",
7+
"version": "11.0.1",
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)