git-history-ui 5.0.1 → 5.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -0
- package/README.md +3 -4
- package/docs/images/demo.gif +0 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,13 @@ All notable changes to this project are documented in this file.
|
|
|
4
4
|
The format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) and
|
|
5
5
|
this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
6
6
|
|
|
7
|
+
## [5.0.2] - 2026-05-15
|
|
8
|
+
|
|
9
|
+
### Changed
|
|
10
|
+
|
|
11
|
+
- README now showcases a live demo GIF (`docs/images/demo.gif`) in place of
|
|
12
|
+
the previous static screenshot.
|
|
13
|
+
|
|
7
14
|
## [5.0.1] - 2026-05-03
|
|
8
15
|
|
|
9
16
|
### Added
|
package/README.md
CHANGED
|
@@ -50,11 +50,10 @@ Done.
|
|
|
50
50
|
|
|
51
51
|
## 👀 Preview
|
|
52
52
|
|
|
53
|
-

|
|
54
54
|
|
|
55
|
-
>
|
|
56
|
-
>
|
|
57
|
-
> to see it for yourself — it opens in your browser in under a second.
|
|
55
|
+
> `npx git-history-ui@latest` is the fastest way to see it for yourself —
|
|
56
|
+
> it opens in your browser in under a second.
|
|
58
57
|
|
|
59
58
|
## 🤔 Why this exists
|
|
60
59
|
|
|
Binary file
|
package/package.json
CHANGED