From cf36fecc461c3851adf7a7d3adbda5fb3dc17d5a Mon Sep 17 00:00:00 2001 From: apotdevin Date: Wed, 8 Sep 2021 13:52:31 +0200 Subject: [PATCH] chore(release): 0.12.25 --- CHANGELOG.md | 21 +++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 24 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e34694d1..595b2f28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,27 @@ 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.25](https://github.com/apotdevin/thunderhub/compare/v0.12.24...v0.12.25) (2021-09-08) + + +### Features + +* add timeout_minutes to bos rebalance ([#316](https://github.com/apotdevin/thunderhub/issues/316)) ([f7cb1a1](https://github.com/apotdevin/thunderhub/commit/f7cb1a1b76ad736545cac9a60e61341a0da9f8ac)) + + +### Docs + +* move readme ([543c611](https://github.com/apotdevin/thunderhub/commit/543c61179c0d4669f14f3a422153dcdbc0e7c921)) + + +### Improvements + +* bump dependencies ([#325](https://github.com/apotdevin/thunderhub/issues/325)) ([5ee6b95](https://github.com/apotdevin/thunderhub/commit/5ee6b95c876fd93df29819d2c572f7b06305d621)) +* bump deps ([464b059](https://github.com/apotdevin/thunderhub/commit/464b0595bdde0b1eaa6e22efdd830054a68fa615)) +* change download file name ([042dd12](https://github.com/apotdevin/thunderhub/commit/042dd12e09f0797ce95f17b5e30a1b5c59842d2c)) +* update dependencies ([#333](https://github.com/apotdevin/thunderhub/issues/333)) ([8b2650f](https://github.com/apotdevin/thunderhub/commit/8b2650ffbfb0e8787a15a2a032f4f1e01cc832d2)) +* update min wumbo size ([6227291](https://github.com/apotdevin/thunderhub/commit/62272915504ec20a137f26e07de4f7fb78a76002)) + ### [0.12.24](https://github.com/apotdevin/thunderhub/compare/v0.12.23...v0.12.24) (2021-07-30) diff --git a/package-lock.json b/package-lock.json index 148598fb..92004ff7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "thunderhub", - "version": "0.12.24", + "version": "0.12.25", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "0.12.24", + "version": "0.12.25", "license": "MIT", "dependencies": { "@apollo/client": "^3.4.10", diff --git a/package.json b/package.json index a19f15aa..9748911a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "thunderhub", - "version": "0.12.24", + "version": "0.12.25", "description": "", "main": "index.js", "scripts": {