From 3eb8871745cc66806db7705450e299619eafe521 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 10 Aug 2024 17:03:41 +0000 Subject: [PATCH] chore(main): release 1.9.1 --- CHANGELOG.md | 19 +++++++++++++++++++ package.json | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8c04764..600a0b9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,25 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## 1.9.1 (2024-08-10) + + +### Features + +* **helper:** :sparkles: cleanup chapter titles with underscore ([7d4831f](https://github.com/laxamentumtech/audnexus/commit/7d4831f24f6ab39b2fc134ec7785bb2e2c447a77)) +* **helper:** :sparkles: cleanup chapter titles with underscore ([7ff0148](https://github.com/laxamentumtech/audnexus/commit/7ff014883abc9b4fc1b1f41db84218a6ec40f164)) + + +### Bug Fixes + +* **route:** :bug: properly show error when updating an item fails ([c457327](https://github.com/laxamentumtech/audnexus/commit/c457327f73fc7d38adaf46ecda330f97221162e5)) +* **types:** :bug: default runtimeLengthMin to 0 to allow podcast content ([1bd00c1](https://github.com/laxamentumtech/audnexus/commit/1bd00c18a77506663f01d3f1ee95dfa14e964e58)) + + +### Miscellaneous Chores + +* release 1.9.1 ([665f763](https://github.com/laxamentumtech/audnexus/commit/665f7639c348f8afaca3058943d77fdb36458d07)) + ## [1.9.0](https://github.com/djdembeck/audnexus/compare/v1.8.0...v1.9.0) (2023-12-18) diff --git a/package.json b/package.json index eacd2a9c..7be848bf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "audnexus", - "version": "1.9.0", + "version": "1.9.1", "description": "An API for aggregating audiobook data", "repository": { "type": "git",