Skip to content

Commit e417f3d

Browse files
committed
chore(release): publish v0.16.8
1 parent c8880e2 commit e417f3d

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
44

5+
## [0.16.8](https://github.com/mdit-plugins/mdit-plugins/compare/v0.16.7...v0.16.8) (2025-03-05)
6+
7+
### 🐛 Bug Fixes
8+
9+
- **footnote:** stop using self-closing syntax `<a />` as it breaks in some HTML interpreters ([#81](https://github.com/mdit-plugins/mdit-plugins/issues/81)) ([783e25e](https://github.com/mdit-plugins/mdit-plugins/commit/783e25ecab5a4405f1cde22a5298d373a1de5ecf))
10+
511
## [0.16.7](https://github.com/mdit-plugins/mdit-plugins/compare/v0.16.6...v0.16.7) (2025-01-25)
612

713
### 🐛 Bug Fixes

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"npmClient": "pnpm",
3-
"version": "0.16.7",
3+
"version": "0.16.8",
44
"command": {
55
"version": {
66
"allowBranch": "main",

packages/footnote/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
44

5+
## [0.16.8](https://github.com/mdit-plugins/mdit-plugins/compare/v0.16.7...v0.16.8) (2025-03-05)
6+
7+
### 🐛 Bug Fixes
8+
9+
- **footnote:** stop using self-closing syntax `<a />` as it breaks in some HTML interpreters ([#81](https://github.com/mdit-plugins/mdit-plugins/issues/81)) ([783e25e](https://github.com/mdit-plugins/mdit-plugins/commit/783e25ecab5a4405f1cde22a5298d373a1de5ecf))
10+
511
## [0.16.0](https://github.com/mdit-plugins/mdit-plugins/compare/v0.15.1...v0.16.0) (2025-01-12)
612

713
**Note:** Version bump only for package @mdit/plugin-footnote

packages/footnote/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mdit/plugin-footnote",
3-
"version": "0.16.0",
3+
"version": "0.16.8",
44
"description": "footnote plugin for MarkdownIt",
55
"keywords": [
66
"markdown-it",

0 commit comments

Comments
 (0)