From e841622ff9042558bd1bf008f5f21f3f25f366da Mon Sep 17 00:00:00 2001 From: Kiko Date: Thu, 17 Oct 2024 14:12:42 +0000 Subject: [PATCH] chore(release): 3.7.3 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e4239d..20f1532 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. +### 3.7.3 (2024-10-17) + ### 3.7.2 (2024-10-08) ### 3.7.1 (2024-10-03) diff --git a/package.json b/package.json index c9f3176..f301603 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.7.2", + "version": "3.7.3", "main": "src/index.js", "bin": { "unavatar": "bin/server"