diff --git a/.changeset/pre.json b/.changeset/pre.json index 55d054c..7c26b17 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -15,6 +15,7 @@ "famous-cars-battle", "five-buckets-shave", "forty-spiders-glow", + "four-rules-arrive", "fresh-flies-float", "funny-swans-eat", "good-beers-return", @@ -24,6 +25,7 @@ "long-bees-train", "many-clocks-repair", "many-pugs-hug", + "modern-suits-refuse", "nervous-mice-sell", "odd-seals-invite", "pretty-lemons-stare", @@ -35,6 +37,7 @@ "swift-books-work", "thirty-months-attack", "tidy-peaches-return", + "two-squids-compete", "wise-trains-study", "yellow-bobcats-report", "young-gifts-arrive" diff --git a/packages/markdownlayer/CHANGELOG.md b/packages/markdownlayer/CHANGELOG.md index 7cc94f3..5bc9b1f 100644 --- a/packages/markdownlayer/CHANGELOG.md +++ b/packages/markdownlayer/CHANGELOG.md @@ -1,5 +1,14 @@ # markdownlayer +## 0.4.0-beta.6 + +### Patch Changes + +- 39e7215: Remove entries in uniques cache when a file changes. + Without this dev crashes when a file is edited. +- 88477a0: Added a logger (mostly copied from velite) +- cb6bccb: Catch errors thrown in watcher, log, and continue gracefully. + ## 0.4.0-beta.5 ### Minor Changes diff --git a/packages/markdownlayer/package.json b/packages/markdownlayer/package.json index f4c70b6..9ad9d26 100644 --- a/packages/markdownlayer/package.json +++ b/packages/markdownlayer/package.json @@ -1,6 +1,6 @@ { "name": "markdownlayer", - "version": "0.4.0-beta.5", + "version": "0.4.0-beta.6", "type": "module", "types": "./dist/index.d.ts", "exports": {