From af4b5e02b644c1125c09f143c2f671edd2392cbd Mon Sep 17 00:00:00 2001 From: Kiko Beats Date: Fri, 19 Feb 2021 10:21:10 +0100 Subject: [PATCH] chore(release): 1.0.1 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e64aefc..b9033e1 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.1](https://github.com/teslahunt/title/compare/v1.0.0...v1.0.1) (2021-02-19) + ## [1.0.0](https://github.com/teslahunt/title/compare/v0.0.5...v1.0.0) (2021-01-31) diff --git a/package.json b/package.json index 4300102..b70442d 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.0", + "version": "1.0.1", "main": "index.js", "author": { "email": "hello@teslahunt.io",