From e9380f534ad062839aa35efebf946beb0503529a Mon Sep 17 00:00:00 2001 From: Sam Bryfczynski Date: Thu, 22 Oct 2020 12:29:10 -0400 Subject: [PATCH] Bumping versions --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- src/const.ts | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c05dda..ed1f2f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [0.12.0] - 2020-10-22 + +### Added + +### Changed +- Resolved a few dependencies vulnerabilities +- Fixed reported scaling issue + ## [0.11.0] - 2020-05-28 ### Added diff --git a/package.json b/package.json index 1ce8023..d2d5055 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "harmony-card", - "version": "0.11.0", + "version": "0.12.0", "description": "Lovelace harmony-card", "keywords": [ "home-assistant", diff --git a/src/const.ts b/src/const.ts index b460ba0..8cdb92a 100644 --- a/src/const.ts +++ b/src/const.ts @@ -1,6 +1,6 @@ import { HarmonyButtonConfig } from "./types"; -export const CARD_VERSION = '0.11.0'; +export const CARD_VERSION = '0.12.0'; export const DEFAULT_BUTTONS: { [key: string]: HarmonyButtonConfig } = { 'volume_down': {