Skip to content

Commit 465593e

Browse files
Bump Version to 1.0.2
1 parent fda7a88 commit 465593e

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

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.2] - 2024-06-28
10+
911
### Fixed
1012

1113
- LOC property no longer renders in repo READMEs containing "About" heading
@@ -26,6 +28,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
2628

2729
- Initial release
2830

29-
[unreleased]: https://github.com/DervexDev/github-loc/compare/1.0.1...HEAD
31+
[unreleased]: https://github.com/DervexDev/github-loc/compare/1.0.2...HEAD
32+
[1.0.2]: https://github.com/DervexDev/github-loc/compare/1.0.1...1.0.2
3033
[1.0.1]: https://github.com/DervexDev/github-loc/compare/1.0.0...1.0.1
3134
[1.0.0]: https://github.com/DervexDev/github-loc/compare/bcab85c8facf4b0100022bfd948cc8c3cdbf28c9...1.0.0

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.1",
4+
"version": "1.0.2",
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)