Skip to content

Commit

Permalink
New version 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
baxy committed Feb 6, 2019
1 parent df433d5 commit c22df21
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Changelog
All notable changes to this project will be documented in this file.

## [1.1.4] - 2019-02-06
- Added config EXPLORER_URL
- Added config PRIVACY_POLICY
- Fixed config issues

## [1.1.3] - 2019-01-23
- Update default Google Analytics ID

Expand Down
4 changes: 2 additions & 2 deletions config.js.example
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ const config = {
DS_USER: 'frontend',
DS_PASS: '',
DS_NAMESPACE: 'ethstats/',
EXPLORER_URL: 'https://ethstats.io',
PRIVACY_POLICY: true
EXPLORER_URL: '',
PRIVACY_POLICY: false
};
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ethstats-network-dashboard",
"version": "1.1.3",
"version": "1.1.4",
"description": "EthStats - Network Monitor - Dashboard (net.ethstats.io)",
"homepage": "https://github.com/alethio/ethstats-network-dashboard",
"repository": "[email protected]:alethio/ethstats-network-dashboard.git",
Expand Down

0 comments on commit c22df21

Please sign in to comment.