diff --git a/CHANGELOG.md b/CHANGELOG.md index 44671237..859e69ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. +### [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) diff --git a/package-lock.json b/package-lock.json index 7c2f1392..3a57635c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "thunderhub", - "version": "0.12.29", + "version": "0.12.30", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "0.12.29", + "version": "0.12.30", "license": "MIT", "dependencies": { "@apollo/client": "^3.4.14", diff --git a/package.json b/package.json index dc6c08da..9ba6f830 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "thunderhub", - "version": "0.12.29", + "version": "0.12.30", "description": "", "main": "index.js", "scripts": {