mirror of
https://github.com/apotdevin/thunderhub.git
synced 2025-02-22 06:21:37 +01:00
chore(release): π 0.9.1
This commit is contained in:
parent
70197209e0
commit
f9ba0b64fe
3 changed files with 25 additions and 2 deletions
23
CHANGELOG.md
23
CHANGELOG.md
|
@ -2,6 +2,29 @@
|
|||
|
||||
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.
|
||||
|
||||
### [0.9.1](https://github.com/apotdevin/thunderhub/compare/v0.9.0...v0.9.1) (2020-08-09)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* π docker files ([e274e3d](https://github.com/apotdevin/thunderhub/commit/e274e3d57bdd286f2eaede7617eefe1b9c189823))
|
||||
* π input add peer ([56998d0](https://github.com/apotdevin/thunderhub/commit/56998d0c90d967d5f6d647b01134d8125696f40f))
|
||||
|
||||
|
||||
### Reverts
|
||||
|
||||
* Revert "chore: π§ update deps" ([46d6ac7](https://github.com/apotdevin/thunderhub/commit/46d6ac74f69d3cd2fd51ab70ac85e69747ef4da3))
|
||||
|
||||
|
||||
### Improvements
|
||||
|
||||
* π§ update deps ([74d12f4](https://github.com/apotdevin/thunderhub/commit/74d12f4daa85a4b620aaa2435fb60c903ec90568))
|
||||
|
||||
|
||||
### Docs
|
||||
|
||||
* ποΈ update readme ([7019720](https://github.com/apotdevin/thunderhub/commit/70197209e0db26f1cd6fb7d27bbda036bf38cb66))
|
||||
|
||||
## [0.9.0](https://github.com/apotdevin/thunderhub/compare/v0.8.14...v0.9.0) (2020-08-06)
|
||||
|
||||
|
||||
|
|
2
package-lock.json
generated
2
package-lock.json
generated
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "thunderhub",
|
||||
"version": "0.9.0",
|
||||
"version": "0.9.1",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "thunderhub",
|
||||
"version": "0.9.0",
|
||||
"version": "0.9.1",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
|
Loadingβ¦
Add table
Reference in a new issue