diff --git a/CHANGELOG.md b/CHANGELOG.md index b7e9c44..f3348d7 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.4.0 (2024-01-09) + + +### Features + +* use in memory rate limiter ([416c978](https://github.com/Kikobeats/unavatar/commit/416c9785701a15922390ba5da895de590efe8f9d)) + ### [3.3.13](https://github.com/Kikobeats/unavatar/compare/v3.3.12...v3.3.13) (2024-01-08) ### 3.3.12 (2024-01-07) diff --git a/package.json b/package.json index d93956b..d5080e7 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.3.13", + "version": "3.4.0", "main": "src/index.js", "bin": { "unavatar": "bin/server"