File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 1.1.0]
11
+
12
+ - Correctly parse block level wikilink embeds with a block level rule (#68 )
13
+ - Bugfix: Render embed templates correctly (#67 )
14
+ - Do not parse anchor tags within code blocks (#64 )
15
+ - Accept either string or array as page alias (#63 )
16
+ - Fix compatibility with Eleventy v3 (#60 )
10
17
- Make the stub post destination configurable (#59 )
11
18
- Fix compatibility with Eleventy v3 (#60 )
12
19
- Check that Wikilinks do not contain new lines (#55 )
@@ -67,4 +74,5 @@ First release
67
74
[ 1.0.4 ] : https://github.com/photogabble/eleventy-plugin-font-subsetting/releases/tag/v1.0.4
68
75
[ 1.0.5 ] : https://github.com/photogabble/eleventy-plugin-font-subsetting/releases/tag/v1.0.5
69
76
[ 1.0.5 ] : https://github.com/photogabble/eleventy-plugin-font-subsetting/releases/tag/v1.0.6
70
- [ Unreleased ] : https://github.com/photogabble/eleventy-plugin-interlinker/tree/v1.1.0
77
+ [ 1.1.0 ] : https://github.com/photogabble/eleventy-plugin-font-subsetting/releases/tag/v1.1.0
78
+ [ Unreleased ] : https://github.com/photogabble/eleventy-plugin-interlinker/tree/dev-next
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @photogabble/eleventy-plugin-interlinker" ,
3
- "version" : " 1.1.0-rc5 " ,
3
+ "version" : " 1.1.0" ,
4
4
"description" : " Obsidian WikiLinks, BackLinks and Embed support for 11ty" ,
5
5
"keywords" : [
6
6
" 11ty" ,
You can’t perform that action at this time.
0 commit comments