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