[READ-ONLY] Mirror of https://github.com/plttn/mkd.
0

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #2 from plttn/changeset-release/main

Version Packages

authored by

Jack Platten and committed by
GitHub
(May 24, 2026, 7:13 PM -0700) bf8de515 14e4a173

+7 -6
-5
.changeset/tasty-squids-worry.md
··· 1 - --- 2 - "@plttn/mkd": patch 3 - --- 4 - 5 - update to tsdown instead of tsup
+6
CHANGELOG.md
··· 1 1 # @plttn/mkd 2 2 3 + ## 0.2.2 4 + 5 + ### Patch Changes 6 + 7 + - ed931b8: update to tsdown instead of tsup 8 + 3 9 ## 0.2.1 4 10 5 11 ### Patch Changes
+1 -1
package.json
··· 1 1 { 2 2 "name": "@plttn/mkd", 3 - "version": "0.2.1", 3 + "version": "0.2.2", 4 4 "description": "A tool for managing markdown blog posts", 5 5 "scripts": { 6 6 "dev": "tsx ./src/index.ts",