diff --git a/.changeset/adopt-changesets.md b/.changeset/adopt-changesets.md deleted file mode 100644 index 0fbc2e3e..00000000 --- a/.changeset/adopt-changesets.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@node-core/doc-kit': patch ---- - -Adopt Changesets for releases: versioning and publishing are now driven by changeset files, which -produce a `CHANGELOG.md`, git tags, and GitHub Releases. diff --git a/.changeset/legacy-json-avoid-mutation.md b/.changeset/legacy-json-avoid-mutation.md deleted file mode 100644 index 3d5d3dc2..00000000 --- a/.changeset/legacy-json-avoid-mutation.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@node-core/doc-kit': patch ---- - -Avoids directly mutating the AST in `legacy-json`, as to ensure future generators do not run with a input different than they expect. diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..004c03a4 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,10 @@ +# @node-core/doc-kit + +## 1.4.2 + +### Patch Changes + +- [#855](https://github.com/nodejs/doc-kit/pull/855) [`d7bdf39`](https://github.com/nodejs/doc-kit/commit/d7bdf39cc60852aaec42b6846fbacb89aecf3eec) Thanks [@bmuenzenmeyer](https://github.com/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](https://github.com/nodejs/doc-kit/pull/895) [`9d7ce14`](https://github.com/nodejs/doc-kit/commit/9d7ce14c0fa11ee34b475cb5a752ce7e2cd44cb2) Thanks [@avivkeller](https://github.com/avivkeller)! - Avoids directly mutating the AST in `legacy-json`, as to ensure future generators do not run with a input different than they expect. diff --git a/package.json b/package.json index cefc6454..a95dc8b8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@node-core/doc-kit", "type": "module", - "version": "1.4.1", + "version": "1.4.2", "repository": { "type": "git", "url": "git+https://github.com/nodejs/doc-kit.git"