chore(release): 0.12.30

This commit is contained in:
apotdevin 2021-10-04 08:52:13 +02:00
parent 23e632314a
commit a3b39f07d6
No known key found for this signature in database
GPG key ID: 4403F1DFBE779457
3 changed files with 10 additions and 3 deletions

View file

@ -2,6 +2,13 @@
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. 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.12.30](https://github.com/apotdevin/thunderhub/compare/v0.12.29...v0.12.30) (2021-10-04)
### Improvements
* social info ([#346](https://github.com/apotdevin/thunderhub/issues/346)) ([23e6323](https://github.com/apotdevin/thunderhub/commit/23e632314a20c47f75fbfef7d1457d976556ebf4))
### [0.12.29](https://github.com/apotdevin/thunderhub/compare/v0.12.28...v0.12.29) (2021-10-03) ### [0.12.29](https://github.com/apotdevin/thunderhub/compare/v0.12.28...v0.12.29) (2021-10-03)

4
package-lock.json generated
View file

@ -1,11 +1,11 @@
{ {
"name": "thunderhub", "name": "thunderhub",
"version": "0.12.29", "version": "0.12.30",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"version": "0.12.29", "version": "0.12.30",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@apollo/client": "^3.4.14", "@apollo/client": "^3.4.14",

View file

@ -1,6 +1,6 @@
{ {
"name": "thunderhub", "name": "thunderhub",
"version": "0.12.29", "version": "0.12.30",
"description": "", "description": "",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {