diff --git a/CHANGELOG.md b/CHANGELOG.md index 35d58899..712d78e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +# [10.1.5](https://github.com/RealShadowNova/property-helpers/compare/v10.1.4...v10.1.5) - (2024-07-02) + +## 🐛 Bug Fixes + +- **migrations:** Migrate to latest when patch difference between versions ([6fb8f7e](https://github.com/RealShadowNova/property-helpers/commit/6fb8f7e92c051accc59d2f859673a498934c26fa)) + # [10.1.4](https://github.com/RealShadowNova/property-helpers/compare/v10.1.3...v10.1.4) - (2024-07-02) ## 🐛 Bug Fixes diff --git a/package.json b/package.json index df14b666..c23ed14f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "typedoc-json-parser", - "version": "10.1.4", + "version": "10.1.5", "description": "A package to parse TypeDoc JSON output", "author": "Hezekiah Hendry ", "license": "MIT",