diff --git a/CHANGELOG.md b/CHANGELOG.md index 7003febac..d942f233f 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.8.9](https://github.com/unraid/graphql-api/compare/v2.8.8...v2.8.9) (2020-09-19) + + +### Bug Fixes + +* **envs:** incorrect env being used ([49f4f38](https://github.com/unraid/graphql-api/commit/49f4f38324d80f755f389e87be841d8838a1693d)) + ### [2.8.8](https://github.com/unraid/graphql-api/compare/v2.8.7...v2.8.8) (2020-09-19) diff --git a/package-lock.json b/package-lock.json index 11ad31bf9..bf15a1341 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@unraid/graphql-api", - "version": "2.8.8", + "version": "2.8.9", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ca29ac315..3756c9ba7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@unraid/graphql-api", - "version": "2.8.8", + "version": "2.8.9", "main": "dist/index.js", "repository": "git@github.com:unraid/graphql-api.git", "author": "Alexis Tyler (https://wvvw.me/)",