Compare commits

...

1 Commits

Author SHA1 Message Date
Eli Bosley
5a8dfaca75 chore(release): 2.50.0 2022-08-29 14:08:00 -07:00
3 changed files with 17 additions and 3 deletions

View File

@@ -2,6 +2,20 @@
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.50.0](https://github.com/unraid/api/compare/v2.49.2...v2.50.0) (2022-08-29)
### Features
* 🎸 reflet cron added to fix connection issues, mothership refactor ([#294](https://github.com/unraid/api/issues/294)) ([c58473f](https://github.com/unraid/api/commit/c58473fb9ce9af570764071df89937938a01e513))
* switch to node 18 and pkg ([#303](https://github.com/unraid/api/issues/303)) ([22590a8](https://github.com/unraid/api/commit/22590a80a016ca65b445b01c32d7b64df3382378))
### Bug Fixes
* new args to fix daemonized process ([#308](https://github.com/unraid/api/issues/308)) ([0a5b977](https://github.com/unraid/api/commit/0a5b9779267bdf7e0b7c1553ff7d84e2606886e8))
* SSH URLs ([#297](https://github.com/unraid/api/issues/297)) ([a25ebe1](https://github.com/unraid/api/commit/a25ebe1732115ff9c5d7a59f0b764fca6255e4a1))
### [2.49.2](https://github.com/unraid/api/compare/v2.49.1...v2.49.2) (2022-07-26)

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "@unraid/api",
"version": "2.49.2",
"version": "2.50.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@unraid/api",
"version": "2.49.2",
"version": "2.50.0",
"bundleDependencies": [
"@apollo/client",
"@gridplus/docker-events",

View File

@@ -1,6 +1,6 @@
{
"name": "@unraid/api",
"version": "2.49.2",
"version": "2.50.0",
"fullVersion": "THIS_WILL_BE_REPLACED_WHEN_BUILT",
"main": "dist/index.js",
"bin": "dist/unraid-api.cjs",