Skip to content

Commit

Permalink
feat: v1.1.0-rc5 next release
Browse files Browse the repository at this point in the history
  • Loading branch information
carbontwelve committed Oct 25, 2024
1 parent c0ec3c4 commit ff2bee3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

- Make the stub post destination configurable (#59)
- Fix compatibility with Eleventy v3 (#60)
- Check that Wikilinks do not contain new lines (#55)
- Fix crashing bug when embedded file changed while in `--watch` mode (#56)
- Wikilinks should not contain new lines (#54)
- On resolving fn lookup failure, only throw error if page not found (#52)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@photogabble/eleventy-plugin-interlinker",
"version": "1.1.0-rc4",
"version": "1.1.0-rc5",
"description": "Obsidian WikiLinks, BackLinks and Embed support for 11ty",
"keywords": [
"11ty",
Expand Down

0 comments on commit ff2bee3

Please sign in to comment.