Skip to content

Commit

Permalink
chore: Updated changelog date
Browse files Browse the repository at this point in the history
  • Loading branch information
tgreyuk committed Oct 28, 2023
1 parent e47860d commit 9a5bfc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/typedoc-plugin-markdown/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 4.0.0-next.25
## 4.0.0-next.25 (2023-10-29)

### Patch Changes

Expand Down
2 changes: 1 addition & 1 deletion packages/typedoc-plugin-markdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"test": "npm-run-all test:*",
"test:lint-md": "node test/__scripts__/lint.md.mjs",
"test:lint-mdx": "node test/__scripts__/lint.mdx.mjs",
"test:jest": "jest --updateSnapshot",
"test:jest": "jest",
"build-and-test": "npm run build && npm run test",
"api-docs": "npm run build && typedoc --options ./typedoc.api.js --out ./docs/api",
"task:docs": "node scripts/docs/docs.mjs",
Expand Down

0 comments on commit 9a5bfc5

Please sign in to comment.