From 9b7d90d80f20ae5cdf388501f94dccee2ce6d405 Mon Sep 17 00:00:00 2001 From: Kiko Date: Thu, 13 Jun 2024 07:54:58 +0000 Subject: [PATCH] chore(release): 1.0.28 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc272bd..9b9f647 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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. +### 1.0.28 (2024-06-13) + ### 1.0.27 (2024-03-19) ### 1.0.26 (2023-12-19) diff --git a/package.json b/package.json index 2639df2..c810e02 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "queue", "description": "High resilient queue for processing URLs", "homepage": "https://nicedoc.io/microlinkhq/queue", - "version": "1.0.27", + "version": "1.0.28", "main": "src/receiver.js", "author": { "email": "hello@microlink.io",