[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 #1 from plttn/changeset-release/main

Version Packages

authored by

Jack Platten and committed by
GitHub
(May 24, 2026, 6:14 PM -0700) 88826d5b 5f8544a6

+7 -6
-5
.changeset/sharp-badgers-flow.md
··· 1 - --- 2 - "@plttn/mkd": patch 3 - --- 4 - 5 - fix sentinel date to be a date when it makes it to frontmatter
+6
CHANGELOG.md
··· 1 1 # @plttn/mkd 2 2 3 + ## 0.2.1 4 + 5 + ### Patch Changes 6 + 7 + - 9906f7e: fix sentinel date to be a date when it makes it to frontmatter 8 + 3 9 ## 0.2.0 4 10 5 11 ### Minor Changes
+1 -1
package.json
··· 1 1 { 2 2 "name": "@plttn/mkd", 3 - "version": "0.2.0", 3 + "version": "0.2.1", 4 4 "description": "A tool for managing markdown blog posts", 5 5 "scripts": { 6 6 "dev": "tsx ./src/index.ts",