From ff1f98dc87ecf392dd75ec40eefacf218a9514f2 Mon Sep 17 00:00:00 2001 From: Kiko Date: Sun, 21 Apr 2024 15:47:45 +0000 Subject: [PATCH] chore(release): 3.5.6 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb87a8c..97656c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +### 3.5.6 (2024-04-21) + + +### Bug Fixes + +* skip ua if REDIS_URI_UA is missing ([df8481c](https://github.com/Kikobeats/unavatar/commit/df8481c667ac7983e000d67312358c36f2fcbea7)) + ### 3.5.5 (2024-04-17) ### [3.5.4](https://github.com/Kikobeats/unavatar/compare/v3.5.2...v3.5.4) (2024-04-03) diff --git a/package.json b/package.json index dfecd6d..e072cab 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "unavatar", "description": "Get unified user avatar from social networks, including Instagram, SoundCloud, Telegram, Twitter, YouTube & more.", "homepage": "https://unavatar.io", - "version": "3.5.5", + "version": "3.5.6", "main": "src/index.js", "bin": { "unavatar": "bin/server"