Skip to content

Commit

Permalink
chore(docs): updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tgreyuk committed Jun 22, 2024
1 parent 826170d commit 3a5640d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 19 deletions.
26 changes: 8 additions & 18 deletions docs/pages/docs/versioning.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This page should help you understand the versioning rules of the plugin and its compatibility with TypeDoc.

## Versioning Rules
## Package Version

Please note that TypeDoc is still released within the 0.x.x range and may include breaking changes within each minor version release.

Expand All @@ -13,23 +13,13 @@ For this reason we follow a slightly amended version of semver:
Any option changes will attempt to be made in a backwards compatible manor.
- **Major** versions will be made if significant and breaking changes to the plugin are made.

## Compatibility Table

| typedoc-plugin-markdown | TypeDoc | Release Date |
| ----------------------- | ------- | ------------ |
| 4.1.x | 0.26.x | 2024-06-22 |
| 4.0.x | 0.25.x | 2024-05-03 |
## Node Version

## Specifying Version Ranges
We will follow the Node.js version specified in the TypeDoc `package.json` file.

You may prefer to fix versions or use a tilde (~) when declaring `typedoc-plugin-markdown` and `TypeDoc` versions in your `package.json` file.
The tilde allows only patch updates within the specified minor version.
## Compatibility Table

```json filename="package.json"
{
"devDependencies": {
"typedoc": "~0.26.0",
"typedoc-plugin-markdown": "~4.1.0"
}
}
```
| typedoc-plugin-markdown | TypeDoc | Node Version | Release Date |
| ----------------------- | ------- | ------------ | ------------ |
| 4.1.x | 0.26.x | >= 18 | 2024-06-22 |
| 4.0.x | 0.25.x | >= 16 | 2024-05-03 |
2 changes: 1 addition & 1 deletion packages/typedoc-plugin-remark/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 1.0.2
## 1.0.2 (2024-06-22)

### Patch Changes

Expand Down

0 comments on commit 3a5640d

Please sign in to comment.