Skip to content

Commit 841b717

Browse files
Bump Version to 1.0.4
1 parent 2ac3d8d commit 841b717

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66

77
## [Unreleased]
88

9+
## [1.0.4] - 2024-06-28
10+
911
### Fixed
1012

1113
- Fetching LOC of private repositories works again (hotfix)
@@ -38,7 +40,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
3840

3941
- Initial release
4042

41-
[unreleased]: https://github.com/DervexDev/github-loc/compare/1.0.3...HEAD
43+
[unreleased]: https://github.com/DervexDev/github-loc/compare/1.0.4...HEAD
44+
[1.0.4]: https://github.com/DervexDev/github-loc/compare/1.0.3...1.0.4
4245
[1.0.3]: https://github.com/DervexDev/github-loc/compare/1.0.2...1.0.3
4346
[1.0.2]: https://github.com/DervexDev/github-loc/compare/1.0.1...1.0.2
4447
[1.0.1]: https://github.com/DervexDev/github-loc/compare/1.0.0...1.0.1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "github-loc",
33
"displayName": "GitHub LOC",
4-
"version": "1.0.3",
4+
"version": "1.0.4",
55
"author": "Dervex",
66
"description": "See Lines Of Code of any GitHub repository in simple yet elegant way",
77
"type": "module",

0 commit comments

Comments
 (0)