Skip to content

Commit

Permalink
Bumping versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sbryfcz committed Oct 22, 2020
1 parent 4f50053 commit e9380f5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "harmony-card",
"version": "0.11.0",
"version": "0.12.0",
"description": "Lovelace harmony-card",
"keywords": [
"home-assistant",
Expand Down
2 changes: 1 addition & 1 deletion src/const.ts
Original file line number Diff line number Diff line change
@@ -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': {
Expand Down

0 comments on commit e9380f5

Please sign in to comment.