From a9851208a750e9f506bb18ea022b7135eede83c7 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 21 Dec 2024 06:53:29 +0000 Subject: [PATCH] chore(release): 0.29.1 [skip ci] ## [0.29.1](https://github.com/blinko-space/blinko/compare/v0.29.0...v0.29.1) (2024-12-21) ### Bug Fixes * add error handling for missing account information in DBJob plugin ([fd9bf88](https://github.com/blinko-space/blinko/commit/fd9bf8850574c5f998050d31a9956bda1ef713a1)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a8e58c..21927b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.29.1](https://github.com/blinko-space/blinko/compare/v0.29.0...v0.29.1) (2024-12-21) + + +### Bug Fixes + +* add error handling for missing account information in DBJob plugin ([fd9bf88](https://github.com/blinko-space/blinko/commit/fd9bf8850574c5f998050d31a9956bda1ef713a1)) + # [0.29.0](https://github.com/blinko-space/blinko/compare/v0.28.1...v0.29.0) (2024-12-21) diff --git a/package.json b/package.json index e9d8684..3afdda6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "blinko", - "version": "0.29.0", + "version": "0.29.1", "repository": "https://github.com/blinko-space/blinko.git", "private": true, "browser": {