diff --git a/CHANGELOG.md b/CHANGELOG.md index db35b61..f25adc4 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.25 (2023-12-01) + ### 1.0.24 (2023-10-24) ### 1.0.23 (2023-10-10) diff --git a/package.json b/package.json index be7a29c..f048853 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.24", + "version": "1.0.25", "main": "src/receiver.js", "author": { "email": "hello@microlink.io",