chore(release): 4.1.1

This commit is contained in:
Eli Bosley
2025-02-20 11:32:38 -05:00
parent 2b1e3076b0
commit b9bb346ab9
2 changed files with 8 additions and 1 deletions

View File

@@ -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)

View File

@@ -1,6 +1,6 @@
{
"name": "@unraid/api",
"version": "4.1.0",
"version": "4.1.1",
"main": "src/cli/index.ts",
"type": "module",
"corepack": {