chore(release): 2.13.0

This commit is contained in:
Alexis Tyler
2020-10-26 16:44:57 +10:30
parent eaa2037b1f
commit e246e6ae1d
3 changed files with 9 additions and 2 deletions

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.13.0](https://github.com/unraid/node-api/compare/v2.12.1...v2.13.0) (2020-10-26)
### Features
* **rc:** remember env on reboot ([ff79e14](https://github.com/unraid/node-api/commit/ff79e14743d051d8bb1302f1493453cadf249703))
### [2.12.1](https://github.com/unraid/node-api/compare/v2.12.0...v2.12.1) (2020-10-20)

2
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{
"name": "@unraid/node-api",
"version": "2.12.1",
"version": "2.13.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@@ -1,6 +1,6 @@
{
"name": "@unraid/node-api",
"version": "2.12.1",
"version": "2.13.0",
"main": "dist/index.js",
"repository": "git@github.com:unraid/node-api.git",
"author": "Alexis Tyler <xo@wvvw.me> (https://wvvw.me/)",