diff --git a/CHANGELOG.md b/CHANGELOG.md index 13c9fe57..e34694d1 100644 --- a/CHANGELOG.md +++ b/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.12.24](https://github.com/apotdevin/thunderhub/compare/v0.12.23...v0.12.24) (2021-07-30) + + +### Bug Fixes + +* graph margin ([#310](https://github.com/apotdevin/thunderhub/issues/310)) ([d3d49a1](https://github.com/apotdevin/thunderhub/commit/d3d49a18b8fe1a02e8c8b313e7403e176df0c14c)) + + +### Improvements + +* update dependencies ([#309](https://github.com/apotdevin/thunderhub/issues/309)) ([5bd02a7](https://github.com/apotdevin/thunderhub/commit/5bd02a734dcb160242bb6785c7a40ba0a0c45473)) + ### [0.12.23](https://github.com/apotdevin/thunderhub/compare/v0.12.22...v0.12.23) (2021-07-24) diff --git a/package-lock.json b/package-lock.json index 09fea09c..6a0bdbc8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "thunderhub", - "version": "0.12.23", + "version": "0.12.24", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "0.12.23", + "version": "0.12.24", "license": "MIT", "dependencies": { "@apollo/client": "^3.3.21", diff --git a/package.json b/package.json index 1e7424da..1d858129 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "thunderhub", - "version": "0.12.23", + "version": "0.12.24", "description": "", "main": "index.js", "scripts": {