From 0b85c37ed8e6d1093a2ff13132b54746315274cd Mon Sep 17 00:00:00 2001 From: Kiko Date: Sat, 3 Aug 2024 02:00:05 +0000 Subject: [PATCH] chore(release): 2.0.28 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f033bc5..b82147f 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.28 (2024-08-03) + ### 2.0.27 (2024-08-01) ### 2.0.26 (2024-07-26) diff --git a/package.json b/package.json index 33da32b..ca47101 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.27", + "version": "2.0.28", "main": "src/index.js", "author": { "email": "hello@teslahunt.io",