mirror of
https://github.com/unraid/api.git
synced 2026-01-10 10:40:04 -06:00
chore(release): 2.24.0
This commit is contained in:
16
CHANGELOG.md
16
CHANGELOG.md
@@ -2,6 +2,22 @@
|
||||
|
||||
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.24.0](https://github.com/unraid/api/compare/v2.23.5...v2.24.0) (2021-08-30)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* add vms count ([a0a2dae](https://github.com/unraid/api/commit/a0a2dae2a0170201cace18d35cc96efedbabcf46))
|
||||
* add vms count to graphql ([0af7a56](https://github.com/unraid/api/commit/0af7a565fdd7fe7f0a6b61a44ee6a7c313dea43f))
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* cli test ([9bbcee8](https://github.com/unraid/api/commit/9bbcee8093722bb9cf8e43d81ab221ef140200dc))
|
||||
* if libvirt throw incorrect connection pointer then reconnect ([b887fe2](https://github.com/unraid/api/commit/b887fe2d8dd114564aff03c540d5939da75eb963))
|
||||
* remove loading external permissions ([90f04eb](https://github.com/unraid/api/commit/90f04eb5a0b0c489b8d70bcdaaa116426c9675b4))
|
||||
* use native cp to handle switch-env ([e0c13cc](https://github.com/unraid/api/commit/e0c13cc4c1f4c05a575d642f2ace21e7873991f5))
|
||||
|
||||
### [2.23.5](https://github.com/unraid/api/compare/v2.23.4...v2.23.5) (2021-08-24)
|
||||
|
||||
### [2.23.4](https://github.com/unraid/api/compare/v2.23.3...v2.23.4) (2021-08-19)
|
||||
|
||||
11
package.json
11
package.json
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@unraid/api",
|
||||
"version": "2.23.5",
|
||||
"version": "2.24.0",
|
||||
"main": "dist/index.js",
|
||||
"repository": "git@github.com:unraid/api.git",
|
||||
"author": "Alexis Tyler <xo@wvvw.me> (https://wvvw.me/)",
|
||||
@@ -41,7 +41,6 @@
|
||||
"@gridplus/docker-events": "github:OmgImAlexis/docker-events",
|
||||
"@schemastore/package": "0.0.6",
|
||||
"@sentry/node": "^6.3.6",
|
||||
"@vmngr/libvirt": "github:OmgImAlexis/libvirt",
|
||||
"accesscontrol": "^2.2.1",
|
||||
"ain2": "^3.0.0",
|
||||
"am": "^1.1.0",
|
||||
@@ -135,7 +134,7 @@
|
||||
"@types/cli-table": "^0.3.0",
|
||||
"@types/dockerode": "^3.2.7",
|
||||
"@types/lodash.get": "^4.4.6",
|
||||
"@types/nanoajax": "^0.2.30",
|
||||
"@types/node": "^16.6.1",
|
||||
"@types/pify": "^5.0.1",
|
||||
"@types/semver-regex": "^3.1.0",
|
||||
"@types/stoppable": "^1.1.0",
|
||||
@@ -162,7 +161,9 @@
|
||||
"typescript": "4.3.5",
|
||||
"typescript-coverage-report": "^0.6.0"
|
||||
},
|
||||
"optionalDependencies": {},
|
||||
"optionalDependencies": {
|
||||
"@vmngr/libvirt": "github:omgimalexis/libvirt"
|
||||
},
|
||||
"config": {
|
||||
"commitizen": {
|
||||
"path": "./node_modules/cz-conventional-changelog"
|
||||
@@ -175,7 +176,6 @@
|
||||
"@gridplus/docker-events",
|
||||
"@schemastore/package",
|
||||
"@sentry/node",
|
||||
"@vmngr/libvirt",
|
||||
"accesscontrol",
|
||||
"ain2",
|
||||
"am",
|
||||
@@ -255,6 +255,7 @@
|
||||
"stoppable",
|
||||
"subscriptions-transport-ws",
|
||||
"systeminformation",
|
||||
"tempy",
|
||||
"ts-command-line-args",
|
||||
"upcast",
|
||||
"uuid",
|
||||
|
||||
Reference in New Issue
Block a user