Skip to content

Commit 29fe3da

Browse files
Version Packages (next)
1 parent 8bf2b08 commit 29fe3da

File tree

4 files changed

+4396
-2
lines changed

4 files changed

+4396
-2
lines changed

.changeset/pre.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,7 @@
44
"initialVersions": {
55
"typedoc-plugin-markdown": "3.13.4"
66
},
7-
"changesets": []
7+
"changesets": [
8+
"few-snails-drive"
9+
]
810
}

packages/typedoc-plugin-markdown/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 4.0.0-next.0
4+
5+
### Major Changes
6+
7+
- Removed Handlebars
8+
MDX2 Compatibility
9+
310
## [3.13.4](https://github.com/tgreyuk/typedoc-plugin-markdown/compare/[email protected]@3.13.4) (2022-07-20)
411

512
### Fixes

packages/typedoc-plugin-markdown/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typedoc-plugin-markdown",
3-
"version": "3.13.4",
3+
"version": "4.0.0-next.0",
44
"description": "A plugin for TypeDoc that enables TypeScript API documentation to be generated in Markdown.",
55
"main": "dist/index.js",
66
"files": [

0 commit comments

Comments
 (0)