From 67d787d4b5c45222cd8b34bec138a7066d45415c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 20:59:00 +0000 Subject: [PATCH] chore(release): release 10.1.4 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b8eb2a7..35d58899 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +# [10.1.4](https://github.com/RealShadowNova/property-helpers/compare/v10.1.3...v10.1.4) - (2024-07-02) + +## 🐛 Bug Fixes + +- **migrations:** Add migrations for v10.1.0 to latest... again ([25683aa](https://github.com/RealShadowNova/property-helpers/commit/25683aa86d9d807b3ee56e34f3821f59f9ae5ac5)) +- **deps:** Update all non-major dependencies ([24e254f](https://github.com/RealShadowNova/property-helpers/commit/24e254f5549e3df3a3904d02f0c833b4521d0a5f)) + # [10.1.3](https://github.com/RealShadowNova/property-helpers/compare/v10.1.2...v10.1.3) - (2024-07-02) ## 🐛 Bug Fixes diff --git a/package.json b/package.json index 726cbbcc..df14b666 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "typedoc-json-parser", - "version": "10.1.3", + "version": "10.1.4", "description": "A package to parse TypeDoc JSON output", "author": "Hezekiah Hendry ", "license": "MIT",