chore(release): 3.6.0

This commit is contained in:
Eli Bosley
2024-03-26 10:19:31 -04:00
parent 882e3e1ef4
commit 43d3ea6553
3 changed files with 10 additions and 3 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.
## [3.6.0](https://github.com/unraid/api/compare/v3.5.3...v3.6.0) (2024-03-26)
### Features
* server config enum message w/ ineligible support ([#861](https://github.com/unraid/api/issues/861)) ([4d3a351](https://github.com/unraid/api/commit/4d3a3510777090788573f4cee83694a0dc6f8df5))
### [3.5.3](https://github.com/unraid/api/compare/v3.5.2...v3.5.3) (2024-03-25)

4
api/package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "@unraid/api",
"version": "3.5.3",
"version": "3.6.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@unraid/api",
"version": "3.5.3",
"version": "3.6.0",
"license": "UNLICENSED",
"dependencies": {
"@apollo/client": "^3.8.9",

View File

@@ -1,6 +1,6 @@
{
"name": "@unraid/api",
"version": "3.5.3",
"version": "3.6.0",
"main": "dist/index.js",
"bin": "dist/unraid-api.cjs",
"type": "module",