From bd3cd78c023734ca1ff8c069b33da89fa9364950 Mon Sep 17 00:00:00 2001 From: Kiko Date: Tue, 16 Jul 2024 02:01:11 +0000 Subject: [PATCH] chore(release): 2.0.23 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bce8b3..a9922d9 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.0.23 (2024-07-16) + ### 2.0.22 (2024-07-15) ### 2.0.21 (2024-07-11) diff --git a/package.json b/package.json index 2ce1005..912068d 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "tesla-specifications", "description": "Detailed technical information related to Tesla vehicles.", "homepage": "https://github.com/teslahunt/tesla-specifications", - "version": "2.0.22", + "version": "2.0.23", "main": "src/index.js", "author": { "email": "hello@teslahunt.io",