From 2044aa4d0d070fe07ca0236f7208b7d85c1d3407 Mon Sep 17 00:00:00 2001 From: Kiko Beats Date: Mon, 9 Nov 2020 20:11:05 +0100 Subject: [PATCH] chore(release): 1.0.20 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ac70e4e..fc65881f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.20](https://github.com/Kikobeats/tesla-inventory/compare/v1.0.19...v1.0.20) (2020-11-09) + + +### Bug Fixes + +* add missing file ([2e446c5](https://github.com/Kikobeats/tesla-inventory/commit/2e446c59c614c464ad72752872b32002faf1290b)) + ### [1.0.19](https://github.com/Kikobeats/tesla-inventory/compare/v1.0.17...v1.0.19) (2020-11-09) ### [1.0.18](https://github.com/Kikobeats/tesla-inventory/compare/v1.0.17...v1.0.18) (2020-11-09) diff --git a/package.json b/package.json index a51b3a03..8e395f67 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "tesla-inventory", "description": "Retrieve real-time data from Tesla Inventory.", "homepage": "https://nicedoc.io/Kikobeats/tesla-inventory", - "version": "1.0.19", + "version": "1.0.20", "main": "index.js", "author": { "email": "josefrancisco.verdu@gmail.com",