From 44d4c1c0c2170c324c450d8f230c8abaedf1880f Mon Sep 17 00:00:00 2001 From: Krisztian Balla Date: Thu, 25 Apr 2024 19:21:41 +0200 Subject: [PATCH] Bump version --- CHANGELOG.md | 9 ++++++++- package.json | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc2936c..e009264 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.8.1] - 2024-04-25 +### Fixed +- Plugin was not inserting diagrams into the documentation when using TypeDoc version 0.25.5 or above. +### Changes +- Updated dependencies + ## [0.8.0] - 2023-09-17 ### BREAKING CHANGES - Removed support for TypeDoc versions 0.23.x due to a change in TypeDoc's handling of asynchronous tasks. @@ -128,7 +134,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - First version -[Unreleased]: https://github.com/krisztianb/typedoc-umlclass/compare/v0.8.0...HEAD +[Unreleased]: https://github.com/krisztianb/typedoc-umlclass/compare/v0.8.1...HEAD +[0.8.1]: https://github.com/krisztianb/typedoc-umlclass/releases/tag/v0.8.1 [0.8.0]: https://github.com/krisztianb/typedoc-umlclass/releases/tag/v0.8.0 [0.7.1]: https://github.com/krisztianb/typedoc-umlclass/releases/tag/v0.7.1 [0.7.0]: https://github.com/krisztianb/typedoc-umlclass/releases/tag/v0.7.0 diff --git a/package.json b/package.json index 86bbdff..4c98688 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "typedoc-umlclass", - "version": "0.8.0", + "version": "0.8.1", "description": "Plugin for TypeDoc that generates UML class diagrams", "author": { "name": "KrisztiƔn Balla",