From fdaeb58cbeb1b52a509c4f7a7dbff1a04533b83d Mon Sep 17 00:00:00 2001 From: Grzegorz Date: Sun, 28 Jun 2020 10:19:36 +0200 Subject: [PATCH] release 1.0.0 --- CHANGELOG.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 572236d..7410b4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [0.5.0] - (28.06.2020) +## [1.0.0] - (28.06.2020) ### Added - added possibility select consumption power meter diff --git a/package.json b/package.json index fc3a1e4..426aeb6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "homebridge-enphase-envoy", - "version": "0.5.0", + "version": "1.0.0", "description": "Homebridge plugin (https://github.com/homebridge/homebridge) to read data from Enphase Envoy-S.", "license": "MIT", "author": "grzegorz914",