Skip to content

Commit

Permalink
Version Packages (#86)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Nov 5, 2024
1 parent 95f136e commit ab567dd
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/unlucky-wolves-sparkle.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/witty-dryers-agree.md

This file was deleted.

9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @effect/docgen

## 0.4.6

### Patch Changes

- fcd5649: Support examples enclosed in Extended Markdown [code blocks](https://www.markdownguide.org/extended-syntax/#fenced-code-blocks)
- 95f136e: Support deeply nested namespaces.

Previously, the docgen would fail with a `[Markdown] Unsupported namespace nesting: 4` error. With this change all namespace headers at depth level 3 and above would be rendered using H4 elements.

## 0.4.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@effect/docgen",
"version": "0.4.5",
"version": "0.4.6",
"type": "module",
"packageManager": "[email protected]",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion src/internal/version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
/** @internal */
export const moduleVersion = "0.4.5"
export const moduleVersion = "0.4.6"

0 comments on commit ab567dd

Please sign in to comment.