chore(release): 3.8.1

This commit is contained in:
Eli Bosley
2024-08-13 14:11:02 -04:00
parent bc61b45f9f
commit c8f469c4fb
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.8.1](https://github.com/unraid/api/compare/v3.8.0...v3.8.1) (2024-08-13)
## [3.8.0](https://github.com/unraid/api/compare/v3.7.1...v3.8.0) (2024-08-13)

4
api/package-lock.json generated
View File

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

View File

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