From fb72d6ef20156c92b34514af6b7a2fdee7571be6 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:48:12 +0000 Subject: [PATCH] chore(release): release 10.1.3 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 223976a9..7b8eb2a7 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.3](https://github.com/RealShadowNova/property-helpers/compare/v10.1.2...v10.1.3) - (2024-07-02) + +## 🐛 Bug Fixes + +- **migrations:** Exit with code 1 on migration fail ([8d21232](https://github.com/RealShadowNova/property-helpers/commit/8d2123247def880e5bdf9d8b19c96a74a491ba47)) + # [10.1.2](https://github.com/RealShadowNova/property-helpers/compare/v10.1.1...v10.1.2) - (2024-07-02) ## 🐛 Bug Fixes diff --git a/package.json b/package.json index 5c1ef38e..20cf709b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "typedoc-json-parser", - "version": "10.1.2", + "version": "10.1.3", "description": "A package to parse TypeDoc JSON output", "author": "Hezekiah Hendry ", "license": "MIT",