diff --git a/.changeset/pink-apricots-attack.md b/.changeset/pink-apricots-attack.md deleted file mode 100644 index d464ee8..0000000 --- a/.changeset/pink-apricots-attack.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@effect/docgen": patch ---- - -upgrade ts-morph to 23.0.0 diff --git a/.changeset/wicked-ghosts-report.md b/.changeset/wicked-ghosts-report.md deleted file mode 100644 index dd07e27..0000000 --- a/.changeset/wicked-ghosts-report.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@effect/docgen": patch ---- - -srcDir and outDir fields in docgen.json are currently ignored. With this patch, they are taken into account diff --git a/CHANGELOG.md b/CHANGELOG.md index a98ef2a..7a7425b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # @effect/docgen +## 0.4.4 + +### Patch Changes + +- 00ce7a0: upgrade ts-morph to 23.0.0 +- 5b888e5: srcDir and outDir fields in docgen.json are currently ignored. With this patch, they are taken into account + ## 0.4.3 ### Patch Changes diff --git a/package.json b/package.json index 287d62a..018f552 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@effect/docgen", - "version": "0.4.3", + "version": "0.4.4", "type": "module", "packageManager": "pnpm@9.0.4", "publishConfig": { diff --git a/src/internal/version.ts b/src/internal/version.ts index 01f695a..05d970a 100644 --- a/src/internal/version.ts +++ b/src/internal/version.ts @@ -1,2 +1,2 @@ /** @internal */ -export const moduleVersion = "0.4.3" +export const moduleVersion = "0.4.4"