Skip to content

Commit

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

## [Unreleased]

## [1.1.0]

- Correctly parse block level wikilink embeds with a block level rule (#68)
- Bugfix: Render embed templates correctly (#67)
- Do not parse anchor tags within code blocks (#64)
- Accept either string or array as page alias (#63)
- Fix compatibility with Eleventy v3 (#60)
- Make the stub post destination configurable (#59)
- Fix compatibility with Eleventy v3 (#60)
- Check that Wikilinks do not contain new lines (#55)
Expand Down Expand Up @@ -67,4 +74,5 @@ First release
[1.0.4]: https://github.com/photogabble/eleventy-plugin-font-subsetting/releases/tag/v1.0.4
[1.0.5]: https://github.com/photogabble/eleventy-plugin-font-subsetting/releases/tag/v1.0.5
[1.0.5]: https://github.com/photogabble/eleventy-plugin-font-subsetting/releases/tag/v1.0.6
[Unreleased]: https://github.com/photogabble/eleventy-plugin-interlinker/tree/v1.1.0
[1.1.0]: https://github.com/photogabble/eleventy-plugin-font-subsetting/releases/tag/v1.1.0
[Unreleased]: https://github.com/photogabble/eleventy-plugin-interlinker/tree/dev-next
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-rc5",
"version": "1.1.0",
"description": "Obsidian WikiLinks, BackLinks and Embed support for 11ty",
"keywords": [
"11ty",
Expand Down

0 comments on commit d12ff01

Please sign in to comment.