Skip to content

Commit d12ff01

Browse files
committed
feat: v1.1.0 full release
1 parent 4253c85 commit d12ff01

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

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)
1017
- Make the stub post destination configurable (#59)
1118
- Fix compatibility with Eleventy v3 (#60)
1219
- Check that Wikilinks do not contain new lines (#55)
@@ -67,4 +74,5 @@ First release
6774
[1.0.4]: https://github.com/photogabble/eleventy-plugin-font-subsetting/releases/tag/v1.0.4
6875
[1.0.5]: https://github.com/photogabble/eleventy-plugin-font-subsetting/releases/tag/v1.0.5
6976
[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

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-rc5",
3+
"version": "1.1.0",
44
"description": "Obsidian WikiLinks, BackLinks and Embed support for 11ty",
55
"keywords": [
66
"11ty",

0 commit comments

Comments
 (0)