From efa779d0209f8f5b4b1ab3bec28075c755c5f8a3 Mon Sep 17 00:00:00 2001 From: Kiko Date: Wed, 19 Jun 2024 16:28:08 +0000 Subject: [PATCH] chore(release): 1.6.1 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64f21b7..ff4f5ff 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.1 (2024-06-19) + ## 1.6.0 (2024-06-08) diff --git a/package.json b/package.json index 3fde7ca..1e960fd 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "tesla-images", "description": "Generate Tesla Model S/3/X/Y 3D photo visualizations", "homepage": "https://github.com/teslahunt/tesla-images", - "version": "1.6.0", + "version": "1.6.1", "main": "src/index.js", "author": { "email": "hello@teslahunt.io",