Skip to content

Commit ff2bee3

Browse files
committed
feat: v1.1.0-rc5 next release
1 parent c0ec3c4 commit ff2bee3

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
- Make the stub post destination configurable (#59)
11+
- Fix compatibility with Eleventy v3 (#60)
12+
- Check that Wikilinks do not contain new lines (#55)
1013
- Fix crashing bug when embedded file changed while in `--watch` mode (#56)
1114
- Wikilinks should not contain new lines (#54)
1215
- On resolving fn lookup failure, only throw error if page not found (#52)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@photogabble/eleventy-plugin-interlinker",
3-
"version": "1.1.0-rc4",
3+
"version": "1.1.0-rc5",
44
"description": "Obsidian WikiLinks, BackLinks and Embed support for 11ty",
55
"keywords": [
66
"11ty",

0 commit comments

Comments
 (0)