chore(release): 2.7.8

This commit is contained in:
Eric Schultz
2020-07-01 21:52:08 -05:00
parent f8eb9c77fb
commit 4ae204b205
3 changed files with 9 additions and 2 deletions
+7
View File
@@ -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.7.8](https://github.com/unraid/graphql-api/compare/v2.7.7...v2.7.8) (2020-07-02)
### Bug Fixes
* **plg:** ensure dynamix.cfg exists ([f8eb9c7](https://github.com/unraid/graphql-api/commit/f8eb9c77fb8fc38dff0aa98903532236d03491b1))
### [2.7.7](https://github.com/unraid/graphql-api/compare/v2.7.6...v2.7.7) (2020-07-01)
### [2.7.6](https://github.com/unraid/graphql-api/compare/v2.7.5...v2.7.6) (2020-07-01)
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@unraid/graphql-api",
"version": "2.7.7",
"version": "2.7.8",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@unraid/graphql-api",
"version": "2.7.7",
"version": "2.7.8",
"main": "dist/index.js",
"repository": "git@github.com:unraid/graphql-api.git",
"author": "Alexis Tyler <xo@wvvw.me> (https://wvvw.me/)",