mirror of
https://github.com/apotdevin/thunderhub.git
synced 2025-02-22 14:22:33 +01:00
chore(release): π 0.7.9
This commit is contained in:
parent
79fde1120d
commit
96f953ff86
3 changed files with 14 additions and 2 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -2,6 +2,18 @@
|
|||
|
||||
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.7.9](https://github.com/apotdevin/thunderhub/compare/v0.7.8...v0.7.9) (2020-06-11)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* π show all open chats ([79fde11](https://github.com/apotdevin/thunderhub/commit/79fde1120d565490a35709bf586528faa3ced6ba))
|
||||
|
||||
|
||||
### Improvements
|
||||
|
||||
* π§ sso auth improvements ([7d5133a](https://github.com/apotdevin/thunderhub/commit/7d5133a39b54a6a01b522e544ae386360a30b6ca))
|
||||
|
||||
### [0.7.8](https://github.com/apotdevin/thunderhub/compare/v0.7.7...v0.7.8) (2020-06-10)
|
||||
|
||||
|
||||
|
|
2
package-lock.json
generated
2
package-lock.json
generated
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "thunderhub",
|
||||
"version": "0.7.8",
|
||||
"version": "0.7.9",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "thunderhub",
|
||||
"version": "0.7.8",
|
||||
"version": "0.7.9",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
|
Loadingβ¦
Add table
Reference in a new issue