From 71c48bd789ed72dc5fb2bab79ba623f3a3fa78bc Mon Sep 17 00:00:00 2001 From: Kiko Date: Tue, 24 Oct 2023 10:48:16 +0000 Subject: [PATCH] chore(release): 1.0.24 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e8f4d8..db35b61 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.24 (2023-10-24) + ### 1.0.23 (2023-10-10) ### 1.0.22 (2023-09-06) diff --git a/package.json b/package.json index 9628e61..b953c72 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.23", + "version": "1.0.24", "main": "src/receiver.js", "author": { "email": "hello@microlink.io",