mirror of
https://github.com/apotdevin/thunderhub.git
synced 2025-02-23 06:35:05 +01:00
chore(release): π 0.9.2
This commit is contained in:
parent
13fd79e25a
commit
1fb674bcd3
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.9.2](https://github.com/apotdevin/thunderhub/compare/v0.9.1...v0.9.2) (2020-08-09)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* β¨ add leaderboard ([#119](https://github.com/apotdevin/thunderhub/issues/119)) ([f985e51](https://github.com/apotdevin/thunderhub/commit/f985e51b98e8bb8e48bb21a720f8ee574d5ac356))
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* π ppm input value ([13fd79e](https://github.com/apotdevin/thunderhub/commit/13fd79e25ade25fc2add5f4b51dc882ca76c7f67))
|
||||
|
||||
### [0.9.1](https://github.com/apotdevin/thunderhub/compare/v0.9.0...v0.9.1) (2020-08-09)
|
||||
|
||||
|
||||
|
|
2
package-lock.json
generated
2
package-lock.json
generated
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "thunderhub",
|
||||
"version": "0.9.1",
|
||||
"version": "0.9.2",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "thunderhub",
|
||||
"version": "0.9.1",
|
||||
"version": "0.9.2",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
|
Loadingβ¦
Add table
Reference in a new issue