chore(release): 4.0.1

This commit is contained in:
Eli Bosley
2025-02-06 16:18:02 -05:00
parent 29fd61be6c
commit 6abddd85d2
3 changed files with 5 additions and 3 deletions

View File

@@ -2,6 +2,8 @@
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.0.1](https://github.com/unraid/api/compare/v4.0.0...v4.0.1) (2025-02-06)
## [4.0.0](https://github.com/unraid/api/compare/v3.11.0...v4.0.0) (2025-02-06)

4
api/package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "@unraid/api",
"version": "4.0.0",
"version": "4.0.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@unraid/api",
"version": "4.0.0",
"version": "4.0.1",
"license": "UNLICENSED",
"dependencies": {
"@apollo/client": "^3.11.8",

View File

@@ -1,6 +1,6 @@
{
"name": "@unraid/api",
"version": "4.0.0",
"version": "4.0.1",
"main": "src/cli/index.ts",
"type": "module",
"repository": "git@github.com:unraid/api.git",