From c5c742772bb65270a2e30c869595755a7e59bc76 Mon Sep 17 00:00:00 2001 From: superflytvab Date: Fri, 15 Jan 2021 06:55:55 +0000 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 e510116..5d3e3ba 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/SuperFlyTV/xkeys/compare/v1.1.0...v1.1.1) (2021-01-15) + + +### Bug Fixes + +* remove spammy console.log [release] ([e3a0feb](https://github.com/SuperFlyTV/xkeys/commit/e3a0feb0b48686adc1eb2b431a140c25c721c906)) + ## [1.1.0](https://github.com/SuperFlyTV/xkeys/compare/v1.0.0...v1.1.0) (2021-01-06) ### [1.1.0-0](https://github.com/SuperFlyTV/xkeys/compare/v1.0.0...v1.0.1-0) (2021-01-06) diff --git a/package.json b/package.json index 7aa3b52..f7b1eab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xkeys", - "version": "1.1.0", + "version": "1.1.1", "description": "NodeJs package to interact with the X-keys panels", "main": "dist/index.js", "typings": "dist/index.d.ts",