Skip to content

Releases: nodejs/doc-kit

Release list

v1.4.3

Choose a tag to compare

@github-actions github-actions released this 15 Jul 19:12
Immutable release. Only release title and notes can be modified.
4534824

Patch Changes

  • #905 f214a00 Thanks @avivkeller! - Allow for the specification of dynamically generated configuration values

v1.4.2

Choose a tag to compare

@github-actions github-actions released this 13 Jul 14:10
4f07fee

Patch Changes

  • #855 d7bdf39 Thanks @bmuenzenmeyer! - Adopt Changesets for releases: versioning and publishing are now driven by changeset files, which
    produce a CHANGELOG.md, git tags, and GitHub Releases.

  • #895 9d7ce14 Thanks @avivkeller! - Avoids directly mutating the AST in legacy-json, as to ensure future generators do not run with a input different than they expect.