chore(release): 2.1.12

This commit is contained in:
Alexis Tyler
2020-01-23 16:47:33 +10:30
parent 02f32f5f11
commit 7f0f97896e
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. 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.1.12](https://github.com/unraid/graphql-api/compare/v2.1.11...v2.1.12) (2020-01-23)
### Bug Fixes
* add missing graphql files ([02f32f5](https://github.com/unraid/graphql-api/commit/02f32f5f1140d8057b72542ef8ec9ae02193790f))
### [2.1.11](https://github.com/unraid/graphql-api/compare/v2.1.10...v2.1.11) (2020-01-23) ### [2.1.11](https://github.com/unraid/graphql-api/compare/v2.1.10...v2.1.11) (2020-01-23)
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@unraid/graphql-api", "name": "@unraid/graphql-api",
"version": "2.1.11", "version": "2.1.12",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@unraid/graphql-api", "name": "@unraid/graphql-api",
"version": "2.1.11", "version": "2.1.12",
"main": "dist/index.js", "main": "dist/index.js",
"repository": "git@github.com:unraid/graphql-api.git", "repository": "git@github.com:unraid/graphql-api.git",
"author": "Alexis Tyler <xo@wvvw.me> (https://wvvw.me/)", "author": "Alexis Tyler <xo@wvvw.me> (https://wvvw.me/)",