From 884b6955ce483123e5a8209aeca04e9c487f3c1e Mon Sep 17 00:00:00 2001 From: Kiko Beats Date: Tue, 21 Jun 2022 10:44:09 +0200 Subject: [PATCH] chore(release): 1.6.5 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e7c17d..6856a3d 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.6.5](https://github.com/microlinkhq/keyv-s3/compare/v1.6.2...v1.6.5) (2022-06-21) + ### 1.6.2 (2022-06-14) ### 1.6.1 (2022-05-17) diff --git a/package.json b/package.json index 0ebd27a..a5f8043 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "keyv-s3", "description": "Amazon S3 storage adapter for Keyv", "homepage": "https://nicedoc.io/microlinkhq/keyv-s3", - "version": "1.6.2", + "version": "1.6.5", "main": "index.js", "author": { "email": "hello@microlink.io",