chore(release): 3.10.1

This commit is contained in:
Eli Bosley
2024-09-03 14:43:08 -04:00
parent 5ad10af303
commit 3f84b6bbfd
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.
### [3.10.1](https://github.com/unraid/api/compare/v3.10.0...v3.10.1) (2024-09-03)
## [3.10.0](https://github.com/unraid/api/compare/v3.9.0...v3.10.0) (2024-09-03)

4
api/package-lock.json generated
View File

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

View File

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