From ff2bee305fe3fa465220e83202f42244b00436f2 Mon Sep 17 00:00:00 2001 From: Simon Date: Fri, 25 Oct 2024 23:02:11 +0100 Subject: [PATCH] feat: v1.1.0-rc5 next release --- CHANGELOG.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f05aa14..845cbfe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 60d65e5..6d5f619 100644 --- a/package.json +++ b/package.json @@ -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",