From 359145f4a4e39b3c3f328c53cb213ba056a4ac05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gy=C3=B6rgy=20Bal=C3=A1ssy?= Date: Wed, 12 Aug 2020 05:58:27 +0200 Subject: [PATCH] release: version bumped to 2.1.0. --- CHANGELOG.md | 4 ++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df97227..283147a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project is documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [2.1.0] + +- Allow stock change to be shown as percent - thanks to [Reese Wells](https://github.com/ducoterra). + ## [2.0.1] This is a maintenance release that updates all third party developer dependencies to the latest version and fix security vulnerability [CVE-2019-10744 ](https://github.com/lodash/lodash/pull/4336) in the third-party developer dependency `lodash` module. diff --git a/package-lock.json b/package-lock.json index 11165be..3009f3f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "MMM-SingleStock", - "version": "2.0.1", + "version": "2.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 7716d1e..1517f48 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "MMM-SingleStock", - "version": "2.0.1", + "version": "2.1.0", "description": "MagicMirror module that displays the stock price of a single company.", "main": "MMM-SingleStock.js", "author": "György Balássy",