diff --git a/CHANGELOG.md b/CHANGELOG.md index cd5d803b1..c02f50351 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. +### [2.9.8](https://github.com/unraid/graphql-api/compare/v2.9.7...v2.9.8) (2020-09-30) + + +### Bug Fixes + +* add missing enum value ([44969dd](https://github.com/unraid/graphql-api/commit/44969dd2a3561d09e13bd8a9a52f80b2c95794de)) + ### [2.9.7](https://github.com/unraid/graphql-api/compare/v2.9.6...v2.9.7) (2020-09-26) ### [2.9.6](https://github.com/unraid/graphql-api/compare/v2.9.5...v2.9.6) (2020-09-26) diff --git a/package-lock.json b/package-lock.json index 6d65c1071..c16ed833f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@unraid/graphql-api", - "version": "2.9.7", + "version": "2.9.8", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2abcb3523..588b3a974 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@unraid/graphql-api", - "version": "2.9.7", + "version": "2.9.8", "main": "dist/index.js", "repository": "git@github.com:unraid/graphql-api.git", "author": "Alexis Tyler (https://wvvw.me/)",