Skip to content

Commit

Permalink
4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hegemonic committed Feb 16, 2023
1 parent 3d90c8a commit c2dd210
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
This file describes notable changes in each version of JSDoc, starting with version 3.0.0.


## 4.0.1 (February 2023)

If an inline link tag uses a pipe delimiter, and there are spaces around the pipe delimiter, then
the HTML link no longer contains `%20` at the end; also, the link text no longer contains extra
spaces. For example, `{@link https://example.com | link text}` is now rendered as
`<a href="https://example.com/">link text</a>` rather than
`<a href="https://example.com/%20"> link text</a>`.


## 4.0.0 (November 2022)

+ JSDoc releases now use [semantic versioning](https://semver.org/). If JSDoc makes
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jsdoc",
"version": "4.0.0",
"revision": "1667500635552",
"version": "4.0.1",
"revision": "1676511861216",
"description": "An API documentation generator for JavaScript.",
"keywords": [
"documentation",
Expand Down

0 comments on commit c2dd210

Please sign in to comment.