From b9bb346ab99322d030a0d1b3df6f5e1376f8c330 Mon Sep 17 00:00:00 2001 From: Eli Bosley Date: Thu, 20 Feb 2025 11:32:38 -0500 Subject: [PATCH] chore(release): 4.1.1 --- api/CHANGELOG.md | 7 +++++++ api/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/api/CHANGELOG.md b/api/CHANGELOG.md index 57ee62797..544e355f1 100644 --- a/api/CHANGELOG.md +++ b/api/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +### [4.1.1](https://github.com/unraid/api/compare/v4.1.0...v4.1.1) (2025-02-20) + + +### Bug Fixes + +* main.yml release issue ([8a2a24e](https://github.com/unraid/api/commit/8a2a24eb22762034d44995580d6057186521dae5)) + ## [4.1.0](https://github.com/unraid/api/compare/v4.0.1...v4.1.0) (2025-02-20) diff --git a/api/package.json b/api/package.json index 19825b791..d5069d831 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "@unraid/api", - "version": "4.1.0", + "version": "4.1.1", "main": "src/cli/index.ts", "type": "module", "corepack": {