diff --git a/CHANGELOG.md b/CHANGELOG.md index a8d965f6..40d32ea5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +# [8.1.2](https://github.com/RealShadowNova/typedoc-json-parser/compare/v8.1.1...v8.1.2) - (2023-05-27) + +## 🐛 Bug Fixes + +- **bin:** Add migrations for `v7.3.2` ([a2abeba](https://github.com/RealShadowNova/typedoc-json-parser/commit/a2abebad325960fa9a93b6f9ad72f0fc2e1a06fc)) + # [8.1.1](https://github.com/RealShadowNova/typedoc-json-parser/compare/v8.1.0...v8.1.1) - (2023-05-27) ## 🐛 Bug Fixes diff --git a/package.json b/package.json index 9e30c829..d82aa010 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "typedoc-json-parser", - "version": "8.1.1", + "version": "8.1.2", "description": "A package to parse TypeDoc JSON output", "author": "Hezekiah Hendry ", "license": "MIT",