Skip to content

Commit 2839078

Browse files
authored
bump version to 0.1.8 πŸ“ˆ
Update project metadata and versioning
2 parents 87aa765 + 58620b6 commit 2839078

File tree

3 files changed

+33
-18
lines changed

3 files changed

+33
-18
lines changed

β€Ž.github/release.yml

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,28 +6,31 @@ changelog:
66
authors:
77
- octocat
88
categories:
9-
- title: Exciting New Features πŸŽ‰
9+
- title: "Release New Version 🏷️"
10+
labels:
11+
- release
12+
- title: "Exciting New Features πŸŽ‰"
1013
labels:
1114
- feature
12-
- title: Bug fixes πŸ›
15+
- title: "Bug Fixes πŸ›"
1316
labels:
1417
- bug
1518
- fix
16-
- title: Dependencies πŸ‘’
19+
- title: "Dependencies πŸ‘’"
1720
labels:
1821
- dependencies
19-
- title: Documentation πŸ“š
22+
- title: "Documentation πŸ“š"
2023
labels:
2124
- documentation
22-
- title: Tests πŸ§ͺ
25+
- title: "Tests πŸ§ͺ"
2326
labels:
2427
- test
25-
- title: Improve ⚑
28+
- title: "Improvements ⚑"
2629
labels:
2730
- improve
28-
- title: Style πŸ’«
31+
- title: "Style πŸ’«"
2932
labels:
3033
- styles
31-
- title: Other Changes πŸ”„
34+
- title: "Other Changes πŸ”„"
3235
labels:
3336
- "*"

β€Žpackage-lock.json

Lines changed: 10 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žpackage.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
{
22
"name": "angry-task",
3-
"version": "0.1.7",
3+
"version": "0.1.8",
4+
"description": "πŸ’’ Simple and Modern Angular to-do app",
5+
"author": "Mr-Mrf-Dev",
6+
"homepage": "https://github.com/Mr-Mrf-Dev/Angry-Task",
7+
"repository": {
8+
"type": "git",
9+
"url": "https://github.com/Mr-Mrf-Dev/Angry-Task.git"
10+
},
11+
"bugs": {
12+
"url": "https://github.com/Mr-Mrf-Dev/Angry-Task/issues"
13+
},
14+
"license": "MIT",
415
"scripts": {
516
"prepare": "husky",
617
"ng": "ng",

0 commit comments

Comments
Β (0)