diff --git a/CHANGELOG.md b/CHANGELOG.md index 967f3bf2..73d43e6f 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.28](https://github.com/apotdevin/thunderhub/compare/v0.12.27...v0.12.28) (2021-09-28) + + +### Bug Fixes + +* image url ([f6620a2](https://github.com/apotdevin/thunderhub/commit/f6620a2373faf1d3adce28c3631ff0c36cffcd29)) + ### [0.12.27](https://github.com/apotdevin/thunderhub/compare/v0.12.26...v0.12.27) (2021-09-28) diff --git a/package-lock.json b/package-lock.json index 29d20fc0..4f61b147 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "thunderhub", - "version": "0.12.27", + "version": "0.12.28", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "0.12.27", + "version": "0.12.28", "license": "MIT", "dependencies": { "@apollo/client": "^3.4.14", diff --git a/package.json b/package.json index 0aa9b9e0..deda36bf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "thunderhub", - "version": "0.12.27", + "version": "0.12.28", "description": "", "main": "index.js", "scripts": {