diff --git a/.changeset/swift-readers-worry.md b/.changeset/swift-readers-worry.md deleted file mode 100644 index eb4f84f..0000000 --- a/.changeset/swift-readers-worry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'pliny': patch ---- - -update kbar and github slugger versions diff --git a/.changeset/witty-ears-protect.md b/.changeset/witty-ears-protect.md deleted file mode 100644 index 5a546f0..0000000 --- a/.changeset/witty-ears-protect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'pliny': patch ---- - -support nested toc headings and ul classname diff --git a/packages/pliny/CHANGELOG.md b/packages/pliny/CHANGELOG.md index 82ba788..78c7ccd 100644 --- a/packages/pliny/CHANGELOG.md +++ b/packages/pliny/CHANGELOG.md @@ -1,5 +1,12 @@ # pliny +## 0.1.7 + +### Patch Changes + +- 0af664f: update kbar and github slugger versions +- 61fa6f0: support nested toc headings and ul classname + ## 0.1.6 ### Patch Changes diff --git a/packages/pliny/package.json b/packages/pliny/package.json index e597b89..8cf4afe 100644 --- a/packages/pliny/package.json +++ b/packages/pliny/package.json @@ -2,7 +2,7 @@ "name": "pliny", "description": "Main entry point for pliny components", "homepage": "https://github.com/timlrx/pliny", - "version": "0.1.6", + "version": "0.1.7", "type": "module", "exports": { "./*": "./*",