Skip to content

Commit 6a29c99

Browse files
Version Packages
1 parent 6a217f0 commit 6a29c99

5 files changed

Lines changed: 17 additions & 20 deletions

File tree

.changeset/fix-relative-parent-path.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

.changeset/opt-out-banners.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/tidy-deprecations-smile.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# @node-core/doc-kit
22

3+
## 1.5.0
4+
5+
### Minor Changes
6+
7+
- [#911](https://github.com/nodejs/doc-kit/pull/911) [`ada6540`](https://github.com/nodejs/doc-kit/commit/ada6540fe6c2c32cfa254187c159941b245ebf80) Thanks [@avivkeller](https://github.com/avivkeller)! - Add banner opt-out
8+
9+
### Patch Changes
10+
11+
- [#889](https://github.com/nodejs/doc-kit/pull/889) [`68751af`](https://github.com/nodejs/doc-kit/commit/68751af17a45cc0c8e76d36308fb1be3f1dec4af) Thanks [@bmuenzenmeyer](https://github.com/bmuenzenmeyer)! - Fix `relative()` URL resolution when the target path is a prefix of the current
12+
page's path (e.g. `/generators` from `/generators/web`): the target's final
13+
segment was consumed as a common directory, producing `.` instead of
14+
`../generators`. Unreachable in flat page layouts; surfaced by sites with
15+
nested input directories.
16+
17+
- [#919](https://github.com/nodejs/doc-kit/pull/919) [`d0f0de0`](https://github.com/nodejs/doc-kit/commit/d0f0de069e9061b6684269b412029bdd3dd288ba) Thanks [@MFA-G](https://github.com/MFA-G)! - Preserve deprecation codes in generated table-of-contents labels.
18+
319
## 1.4.3
420

521
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@node-core/doc-kit",
33
"type": "module",
4-
"version": "1.4.3",
4+
"version": "1.5.0",
55
"repository": {
66
"type": "git",
77
"url": "git+https://github.com/nodejs/doc-kit.git"

0 commit comments

Comments
 (0)