Skip to content

Commit

Permalink
Release 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bangbang93 committed Nov 2, 2021
1 parent ba3dfeb commit 8d8c548
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "openbmclapi",
"version": "0.7.0",
"version": "0.7.1",
"description": "bmclapi@home",
"bin": "dist/index.js",
"private": true,
Expand Down Expand Up @@ -56,6 +56,10 @@
},
"pkg": {
"outputPath": "pkg",
"targets": ["linuxstatic", "macos", "windows"]
"targets": [
"linuxstatic",
"macos",
"windows"
]
}
}

0 comments on commit 8d8c548

Please sign in to comment.