From 47bec63965934fe0febfa787935f8decb19a2451 Mon Sep 17 00:00:00 2001 From: Kiko Beats Date: Mon, 9 Nov 2020 22:52:34 +0100 Subject: [PATCH] chore(release): 1.1.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2a8cd79..84ace599 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.1.1](https://github.com/Kikobeats/tesla-inventory/compare/v1.1.0...v1.1.1) (2020-11-09) + + +### Bug Fixes + +* space ([4b247ef](https://github.com/Kikobeats/tesla-inventory/commit/4b247ef3c9cc6c64232db7e3f3a8bdfafafcdfee)) + ## [1.1.0](https://github.com/Kikobeats/tesla-inventory/compare/v1.0.20...v1.1.0) (2020-11-09) ### [1.0.20](https://github.com/Kikobeats/tesla-inventory/compare/v1.0.19...v1.0.20) (2020-11-09) diff --git a/package.json b/package.json index 7d1c2cfb..3908c8e3 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.1.0", + "version": "1.1.1", "main": "index.js", "author": { "email": "josefrancisco.verdu@gmail.com",