diff --git a/CHANGELOG.md b/CHANGELOG.md index b4e9bfc..dfaebf0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,17 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [v0.7.1](https://github.com/bangbang93/openbmclapi/compare/v0.7.0...v0.7.1) + +- fix build [`ba3dfeb`](https://github.com/bangbang93/openbmclapi/commit/ba3dfeb5d77e186bc0971edea2732c5cb0ac8e37) + #### [v0.7.0](https://github.com/bangbang93/openbmclapi/compare/v0.6.0...v0.7.0) +> 2 November 2021 + - 支持自行进程守护 [`9f33944`](https://github.com/bangbang93/openbmclapi/commit/9f3394400d4f2c6326f22fb8f22ec9bbca11a3c4) +- Release 0.7.0 [`4c6502b`](https://github.com/bangbang93/openbmclapi/commit/4c6502b3303bad9f4150569e6a46b0c11e3fc839) - cacheDir使用cwd [`59cef40`](https://github.com/bangbang93/openbmclapi/commit/59cef4062e3e849dcfecbb4d4c945f6a7844ce07) -- 启动成功后给行彩色提示 [`fa7e307`](https://github.com/bangbang93/openbmclapi/commit/fa7e3070a0f561daeef00aaa5629a08e4d597a3b) #### [v0.6.0](https://github.com/bangbang93/openbmclapi/compare/v0.5.1...v0.6.0) diff --git a/package-lock.json b/package-lock.json index e2bcb5e..2f67cf4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "openbmclapi", - "version": "0.7.0", + "version": "0.7.1", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "0.7.0", + "version": "0.7.1", "license": "LGPL-3.0", "dependencies": { "bluebird": "^3.5.5", diff --git a/package.json b/package.json index b214d9a..7736b12 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openbmclapi", - "version": "0.7.0", + "version": "0.7.1", "description": "bmclapi@home", "bin": "dist/index.js", "private": true, @@ -56,6 +56,10 @@ }, "pkg": { "outputPath": "pkg", - "targets": ["linuxstatic", "macos", "windows"] + "targets": [ + "linuxstatic", + "macos", + "windows" + ] } }