From 7141d21faf38af373449191845a7497c85ec5c03 Mon Sep 17 00:00:00 2001 From: Kiko Date: Sun, 5 Sep 2021 19:46:14 +0000 Subject: [PATCH] chore(release): 1.0.3 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac89956..e4e4639 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.0.3 (2021-09-05) + ### [1.0.2](https://github.com/teslahunt/title/compare/v1.0.1...v1.0.2) (2021-04-06) ### [1.0.1](https://github.com/teslahunt/title/compare/v1.0.0...v1.0.1) (2021-02-19) diff --git a/package.json b/package.json index f982e89..7e3094a 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://nicedoc.io/teslahunt/title", - "version": "1.0.2", + "version": "1.0.3", "main": "index.js", "author": { "email": "hello@teslahunt.io",