From 78d7b3caad0efed0e15e871a005d2d729b70f2f0 Mon Sep 17 00:00:00 2001 From: Kiko Date: Tue, 19 Nov 2024 08:06:32 +0000 Subject: [PATCH] chore(release): 2.1.13 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f611fe..2384321 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. +### 2.1.13 (2024-11-19) + ### 2.1.12 (2024-10-22) ### 2.1.11 (2024-10-22) diff --git a/package.json b/package.json index 10da05f..228c5c4 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "tesla-title", "description": "Get Tesla vehicles title based on option codes", "homepage": "https://github.com/teslahunt/title", - "version": "2.1.12", + "version": "2.1.13", "main": "index.js", "author": { "email": "hello@teslahunt.io",