diff --git a/api/CHANGELOG.md b/api/CHANGELOG.md index b066bbf62..aeb1070be 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. +### [3.7.1](https://github.com/unraid/api/compare/v3.7.0...v3.7.1) (2024-05-15) + + +### Bug Fixes + +* reboot required and available edge case ([#885](https://github.com/unraid/api/issues/885)) ([76e9cdf](https://github.com/unraid/api/commit/76e9cdf81f06a19c2e4c9a40a4d8e062bad2a607)) + ## [3.7.0](https://github.com/unraid/api/compare/v3.6.0...v3.7.0) (2024-05-14) diff --git a/api/package-lock.json b/api/package-lock.json index e242e9215..ca23774f8 100644 --- a/api/package-lock.json +++ b/api/package-lock.json @@ -1,12 +1,12 @@ { "name": "@unraid/api", - "version": "3.7.0", + "version": "3.7.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@unraid/api", - "version": "3.7.0", + "version": "3.7.1", "license": "UNLICENSED", "dependencies": { "@apollo/client": "^3.8.9", diff --git a/api/package.json b/api/package.json index f8f932004..230552394 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "@unraid/api", - "version": "3.7.0", + "version": "3.7.1", "main": "dist/index.js", "bin": "dist/unraid-api.cjs", "type": "module",