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 ",