typedoc-plugin-replace-in-comments
Advanced tools
+8
-1
@@ -10,2 +10,8 @@ # Changelog | ||
| ## [2.2.0] - 2020-12-29 | ||
| ### Changes | ||
| - Add support for TypeDoc 0.20.x | ||
| ## [2.1.0] - 2020-12-22 | ||
@@ -28,5 +34,6 @@ | ||
| [unreleased]: https://github.com/krisztianb/typedoc-plugin-replace-in-comments/compare/v2.1.0...HEAD | ||
| [unreleased]: https://github.com/krisztianb/typedoc-plugin-replace-in-comments/compare/v2.2.0...HEAD | ||
| [2.2.0]: https://github.com/krisztianb/typedoc-plugin-replace-in-comments/releases/tag/v2.2.0 | ||
| [2.1.0]: https://github.com/krisztianb/typedoc-plugin-replace-in-comments/releases/tag/v2.1.0 | ||
| [2.0.0]: https://github.com/krisztianb/typedoc-plugin-replace-in-comments/releases/tag/v2.0.0 | ||
| [1.0.0]: https://github.com/krisztianb/typedoc-plugin-replace-in-comments/releases/tag/v1.0.0 |
+7
-7
| { | ||
| "name": "typedoc-plugin-replace-in-comments", | ||
| "version": "2.1.0", | ||
| "version": "2.2.0", | ||
| "description": "Plugin for TypeDoc that replaces text in comments", | ||
@@ -14,17 +14,17 @@ "author": { | ||
| "devDependencies": { | ||
| "@types/node": "14.14.14", | ||
| "@typescript-eslint/eslint-plugin": "4.11.0", | ||
| "@typescript-eslint/parser": "4.11.0", | ||
| "@types/node": "14.14.16", | ||
| "@typescript-eslint/eslint-plugin": "4.11.1", | ||
| "@typescript-eslint/parser": "4.11.1", | ||
| "eslint": "7.16.0", | ||
| "eslint-plugin-jsdoc": "30.7.9", | ||
| "eslint-plugin-ordered-imports": "0.4.0", | ||
| "eslint-plugin-unicorn": "24.0.0", | ||
| "eslint-plugin-unicorn": "25.0.0", | ||
| "husky": "4.3.6", | ||
| "prettier": "2.2.1", | ||
| "rimraf": "3.0.2", | ||
| "typedoc": "0.19.2", | ||
| "typedoc": "0.20.3", | ||
| "typescript": "4.1.3" | ||
| }, | ||
| "peerDependencies": { | ||
| "typedoc": "^0.19.0" | ||
| "typedoc": "0.19.x || 0.20.x" | ||
| }, | ||
@@ -31,0 +31,0 @@ "repository": { |
11578
2%