Skip to content
This repository was archived by the owner on Aug 20, 2026. It is now read-only.

Commit a0739bb

Browse files
chore(release): 1.1.0 [skip ci]
1 parent a9c2fac commit a0739bb

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [1.1.0](https://github.com/ExaDev/markdown-codec/compare/v1.0.10...v1.1.0) (2026-08-03)
2+
3+
4+
### Features
5+
6+
* export internal style-constants and list-id vocabulary for sibling packages ([a9c2fac](https://github.com/ExaDev/markdown-codec/commit/a9c2fac1897b9731a4928d57ee5b0ae68af2b087))
7+
18
## [1.0.10](https://github.com/ExaDev/markdown-codec/compare/v1.0.9...v1.0.10) (2026-08-03)
29

310
## [1.0.9](https://github.com/ExaDev/markdown-codec/compare/v1.0.8...v1.0.9) (2026-08-03)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "markdown-codec",
3-
"version": "1.0.10",
3+
"version": "1.1.0",
44
"description": "Hand-written CommonMark+GFM <-> ContentDocument codec, built on document-schema.js",
55
"type": "module",
66
"repository": {

0 commit comments

Comments
 (0)