diff --git a/web/CHANGELOG.md b/web/CHANGELOG.md index 29f6e2ea4..25aff36dc 100644 --- a/web/CHANGELOG.md +++ b/web/CHANGELOG.md @@ -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. +### [1.0.8](https://github.com/unraid/api/compare/v1.0.1...v1.0.8) (2023-11-15) + ### [1.0.6](https://github.com/unraid/api/compare/v1.0.1...v1.0.6) (2023-11-15) ### [1.0.4](https://github.com/unraid/api/compare/v1.0.1...v1.0.4) (2023-11-15) diff --git a/web/package-lock.json b/web/package-lock.json index 6a2cc5bf0..27ce3190a 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -1,12 +1,12 @@ { "name": "connect-components", - "version": "1.0.6", + "version": "1.0.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "connect-components", - "version": "1.0.6", + "version": "1.0.8", "hasInstallScript": true, "dependencies": { "@apollo/client": "^3.8.7", diff --git a/web/package.json b/web/package.json index 26a0449ee..283681cb6 100644 --- a/web/package.json +++ b/web/package.json @@ -1,7 +1,7 @@ { "name": "connect-components", "private": true, - "version": "1.0.6", + "version": "1.0.8", "scripts": { "build": "npm run type-check && nuxt build", "build:dev": "npm run lint && npm run type-check && nuxt build && npm run deploy:dev",