Skip to content

Commit 03a1348

Browse files
committed
CHANGED: Version bumped to 2.0.1.
1 parent 9a92032 commit 03a1348

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project is documented in this file.
44
This project adheres to [Semantic Versioning](http://semver.org/).
55

6+
## [2.0.1]
7+
8+
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.
9+
10+
This change should not affect the functionality of the module.
11+
612
## [2.0.0]
713

814
- BREAKING CHANGE: From June 2019 IEX Group moved their free API to [IEX Cloud](https://iextrading.com/developer/). From version 2.0.0 this module supports only the IEX Cloud.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "MMM-SingleStock",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "MagicMirror module that displays the stock price of a single company.",
55
"main": "MMM-SingleStock.js",
66
"author": "György Balássy",

0 commit comments

Comments
 (0)