Skip to content

Commit bd8cff9

Browse files
committed
feat: add CHANGELOG.md and configure semantic-release changelog plugin
1 parent 96ce6d8 commit bd8cff9

File tree

2 files changed

+136
-0
lines changed

2 files changed

+136
-0
lines changed

CHANGELOG.md

Lines changed: 135 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,135 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
### Added
11+
12+
### Changed
13+
14+
### Deprecated
15+
16+
### Removed
17+
18+
### Fixed
19+
20+
### Security
21+
22+
## [1.0.15] - 2025-07-01
23+
24+
### Fixed
25+
26+
- Updated various dependencies and configuration files
27+
28+
## [1.0.14] - 2025-03-01
29+
30+
### Fixed
31+
32+
- Updated Hugo module dependencies
33+
34+
## [1.0.13] - 2025-02-28
35+
36+
### Fixed
37+
38+
- Dependency updates
39+
40+
## [1.0.12] - 2025-02-06
41+
42+
### Fixed
43+
44+
- Dependency updates
45+
46+
## [1.0.11] - 2025-02-06
47+
48+
### Fixed
49+
50+
- Dependency updates
51+
52+
## [1.0.10] - 2025-01-24
53+
54+
### Fixed
55+
56+
- Dependency updates
57+
58+
## [1.0.9] - 2025-01-17
59+
60+
### Fixed
61+
62+
- Dependency updates
63+
64+
## [1.0.8] - 2025-01-16
65+
66+
### Fixed
67+
68+
- Dependency updates
69+
70+
## [1.0.7] - 2025-01-12
71+
72+
### Fixed
73+
74+
- Dependency updates
75+
76+
## [1.0.6] - 2025-01-08
77+
78+
### Fixed
79+
80+
- Dependency updates
81+
82+
## [1.0.5] - 2024-12-25
83+
84+
### Fixed
85+
86+
- Dependency updates
87+
88+
## [1.0.4] - 2024-12-25
89+
90+
### Fixed
91+
92+
- Dependency updates
93+
94+
## [1.0.3] - 2024-12-25
95+
96+
### Fixed
97+
98+
- Dependency updates
99+
100+
## [1.0.2] - 2024-12-23
101+
102+
### Fixed
103+
104+
- Added warning for non-existing image src in Hugo server
105+
- Updated configuration files
106+
107+
## [1.0.1] - 2024-12-22
108+
109+
### Fixed
110+
111+
- Removed \n from caption
112+
113+
## [1.0.0] - 2024-12-22
114+
115+
### Added
116+
117+
- Initial release
118+
119+
[Unreleased]: https://github.com/d-oit/hinode-mod-image-lightbox-gallery/compare/v1.0.15...HEAD
120+
[1.0.15]: https://github.com/d-oit/hinode-mod-image-lightbox-gallery/compare/v1.0.14...v1.0.15
121+
[1.0.14]: https://github.com/d-oit/hinode-mod-image-lightbox-gallery/compare/v1.0.13...v1.0.14
122+
[1.0.13]: https://github.com/d-oit/hinode-mod-image-lightbox-gallery/compare/v1.0.12...v1.0.13
123+
[1.0.12]: https://github.com/d-oit/hinode-mod-image-lightbox-gallery/compare/v1.0.11...v1.0.12
124+
[1.0.11]: https://github.com/d-oit/hinode-mod-image-lightbox-gallery/compare/v1.0.10...v1.0.11
125+
[1.0.10]: https://github.com/d-oit/hinode-mod-image-lightbox-gallery/compare/v1.0.9...v1.0.10
126+
[1.0.9]: https://github.com/d-oit/hinode-mod-image-lightbox-gallery/compare/v1.0.8...v1.0.9
127+
[1.0.8]: https://github.com/d-oit/hinode-mod-image-lightbox-gallery/compare/v1.0.7...v1.0.8
128+
[1.0.7]: https://github.com/d-oit/hinode-mod-image-lightbox-gallery/compare/v1.0.6...v1.0.7
129+
[1.0.6]: https://github.com/d-oit/hinode-mod-image-lightbox-gallery/compare/v1.0.5...v1.0.6
130+
[1.0.5]: https://github.com/d-oit/hinode-mod-image-lightbox-gallery/compare/v1.0.4...v1.0.5
131+
[1.0.4]: https://github.com/d-oit/hinode-mod-image-lightbox-gallery/compare/v1.0.3...v1.0.4
132+
[1.0.3]: https://github.com/d-oit/hinode-mod-image-lightbox-gallery/compare/v1.0.2...v1.0.3
133+
[1.0.2]: https://github.com/d-oit/hinode-mod-image-lightbox-gallery/compare/v1.0.1...v1.0.2
134+
[1.0.1]: https://github.com/d-oit/hinode-mod-image-lightbox-gallery/compare/v1.0.0...v1.0.1
135+
[1.0.0]: https://github.com/d-oit/hinode-mod-image-lightbox-gallery/releases/tag/v1.0.0

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@
6464
"plugins": [
6565
"@semantic-release/commit-analyzer",
6666
"@semantic-release/release-notes-generator",
67+
"@semantic-release/changelog",
6768
"@semantic-release/github",
6869
"@semantic-release/npm",
6970
[

0 commit comments

Comments
 (0)