Skip to content

Commit 2f59dbb

Browse files
committed
Version updated
1 parent 1343c8a commit 2f59dbb

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 1.0.1 (October 30, 2020)
4+
- Angular updated to 10.2.0
5+
- Refactoring
6+
- Fix
7+
38
## 1.0.0 (October 5, 2020)
49
- First release
510

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "angular-colorful",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "A tiny color picker component for modern Angular apps",
55
"author": "fil0157 <[email protected]>",
66
"license": "MIT",
77
"repository": {
88
"type": "git",
99
"url": "git+https://github.com/fil0157/angular-colorful.git"
1010
},
11-
"homepage": "https://fil0157.github.io/angular-colorful",
11+
"homepage": "https://angular-colorful.fil0157.ru",
1212
"bugs": {
1313
"url": "https://github.com/fil0157/angular-colorful/issues"
1414
},

src/angular-colorful/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-colorful",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "A tiny color picker component for modern Angular apps",
55
"author": "fil0157 <[email protected]>",
66
"license": "MIT",

0 commit comments

Comments
 (0)