diff --git a/api/CHANGELOG.md b/api/CHANGELOG.md index 6fcfd4173..d175bef6c 100644 --- a/api/CHANGELOG.md +++ b/api/CHANGELOG.md @@ -2,6 +2,16 @@ 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.5.2](https://github.com/unraid/api/compare/v3.5.1...v3.5.2) (2024-03-06) + + +### Bug Fixes + +* **deps:** update dependency vue-i18n to v9.10.1 ([#813](https://github.com/unraid/api/issues/813)) ([69b599c](https://github.com/unraid/api/commit/69b599c5ed8d44864201a32b4d952427d454dc74)) +* **deps:** update dependency wretch to v2.8.0 ([#814](https://github.com/unraid/api/issues/814)) ([66900b4](https://github.com/unraid/api/commit/66900b495b82b923264897d38b1529a22b10aa1c)) +* update os check modal button conditionals ([282a836](https://github.com/unraid/api/commit/282a83625f417ccefe090b65cc6b73a084727a87)) +* update os check modal ineligible date format ([83083de](https://github.com/unraid/api/commit/83083de1e698f73a35635ae6047dcf49fd4b8114)) + ### [3.5.1](https://github.com/unraid/api/compare/v3.5.0...v3.5.1) (2024-02-29) diff --git a/api/package-lock.json b/api/package-lock.json index 8aff00d4c..b00ba02e9 100644 --- a/api/package-lock.json +++ b/api/package-lock.json @@ -1,12 +1,12 @@ { "name": "@unraid/api", - "version": "3.5.1", + "version": "3.5.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@unraid/api", - "version": "3.5.1", + "version": "3.5.2", "license": "UNLICENSED", "dependencies": { "@apollo/client": "^3.8.9", diff --git a/api/package.json b/api/package.json index 1311231fb..3c2b3a071 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "@unraid/api", - "version": "3.5.1", + "version": "3.5.2", "main": "dist/index.js", "bin": "dist/unraid-api.cjs", "type": "module",