From 2cfcac2a052e96eb33bb91db418277aa5b9ea1e3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 21:37:06 +0000 Subject: [PATCH] chore(release): release 10.1.5 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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",