From 16f45b0e281f354457a48ae7655c80eb34e6c7a0 Mon Sep 17 00:00:00 2001 From: Kiko Date: Tue, 8 Oct 2024 08:28:44 +0000 Subject: [PATCH] chore(release): 3.7.2 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e255745..2e4239d 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.2 (2024-10-08) + ### 3.7.1 (2024-10-03) ## 3.7.0 (2024-10-01) diff --git a/package.json b/package.json index 78b3c34..f1d8a3f 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.1", + "version": "3.7.2", "main": "src/index.js", "bin": { "unavatar": "bin/server"