Skip to content

Commit effe933

Browse files
author
Tobias Engelhardt
committed
chore: release 9.0.3
1 parent 23476c8 commit effe933

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="9.0.3"></a>
2+
# 9.0.3 (2020-07-20)
3+
4+
### Build
5+
6+
* add license to library package.json ([#843](https://github.com/CirclonGroup/angular-tree-component/issues/843)) ([23476c8](https://github.com/CirclonGroup/angular-tree-component/commit/23476c8)), closes ([#843](https://github.com/CirclonGroup/angular-tree-component/issues/843))
7+
18
<a name="9.0.2"></a>
29
# 9.0.2 (2020-07-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": "9.0.2",
3+
"version": "9.0.3",
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
@@ -3,7 +3,7 @@
33
"author": "Circlon Group <os-group@circlon.de>",
44
"homepage": "https://github.com/CirclonGroup/angular-tree-component",
55
"license": "MIT",
6-
"version": "9.0.2",
6+
"version": "9.0.3",
77
"repository": "https://github.com/CirclonGroup/angular-tree-component.git",
88
"bugs": {
99
"url": "https://github.com/CirclonGroup/angular-tree-component/issues"

0 commit comments

Comments
 (0)