Skip to content

Commit 586eb0b

Browse files
committed
RELEASING: Releasing 1 package(s)
Releases: @m2d/list@0.0.9
1 parent 038a04f commit 586eb0b

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/large-geckos-love.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

lib/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @m2d/list
22

3+
## 0.0.9
4+
5+
### Patch Changes
6+
7+
- 038a04f: fix(list): restart ordered lists at `1.` instead of continuing numbering across lists
8+
39
## 0.0.8
410

511
### Patch Changes

lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@m2d/list",
33
"author": "Mayank Kumar Chaudhari (https://mayank-chaudhari.vercel.app)",
44
"private": false,
5-
"version": "0.0.8",
5+
"version": "0.0.9",
66
"description": "Plugin to convert ordered and unordered lists from Markdown (MDAST) to DOCX. Supports nesting, custom bullets, and numbering styles.",
77
"license": "MPL-2.0",
88
"main": "./dist/index.js",

0 commit comments

Comments
 (0)