From f78bea418dc61b201f94369016c417255b65f46d Mon Sep 17 00:00:00 2001 From: Edgar Goetzendorff Date: Thu, 26 Mar 2020 17:59:04 +0100 Subject: [PATCH] chore: bump version to 1.0.4 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a2c0165..c323ebd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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). +## [1.0.4] - 2020-03-26 + +### Fixed + +- Typos in variable names + ## [1.0.3] - 2020-03-26 ### Fixed diff --git a/package.json b/package.json index fd5a5e7..68453a3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dated/delegate-calculator-plugin", - "version": "1.0.3", + "version": "1.0.4", "description": "Compare delegate payouts and get an overview of your potential staking rewards directly in the ARK Desktop Wallet", "main": "src/index.js", "author": "Edgar Goetzendorff ",