Skip to content

Commit 83f2f45

Browse files
chore(main): release 0.4.1 (#59)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4ea2769 commit 83f2f45

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.4.0"
2+
".": "0.4.1"
33
}

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [0.4.1](https://github.com/hugomods/hugopress/compare/v0.4.0...v0.4.1) (2024-06-14)
4+
5+
6+
### Performance Improvements ⚡️
7+
8+
* allow specifying a `partial` to directly include the desired template, using the current page as the context ([#60](https://github.com/hugomods/hugopress/issues/60)) ([4ea2769](https://github.com/hugomods/hugopress/commit/4ea27690b5dc7c891fdf8ea4deafe78ade97b070))
9+
* avoid using merge function to generate context for hooks ([8541aa8](https://github.com/hugomods/hugopress/commit/8541aa880c50402489aa017fd79328714c8847d2))
10+
* calculate Index, HasPrev, HasNext for hooks in advance ([#58](https://github.com/hugomods/hugopress/issues/58)) ([8541aa8](https://github.com/hugomods/hugopress/commit/8541aa880c50402489aa017fd79328714c8847d2))
11+
312
## [0.4.0](https://github.com/hugomods/hugopress/compare/v0.3.0...v0.4.0) (2024-06-01)
413

514

0 commit comments

Comments
 (0)