diff --git a/CHANGELOG.md b/CHANGELOG.md index 06771ff..98eb51d 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.2.4 (2024-05-07) + ### 1.2.3 (2024-02-16) ### 1.2.2 (2024-02-08) diff --git a/package.json b/package.json index b04a6f5..a86fcbe 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@microlink/ua", "description": "A simple redis primitives to incr() and top() user agents", "homepage": "https://github.com/microlinkhq/ua", - "version": "1.2.3", + "version": "1.2.4", "main": "src/index.js", "author": { "email": "hello@microlink.io",