diff --git a/README.md b/README.md index ad601532..a187c0f5 100644 --- a/README.md +++ b/README.md @@ -170,6 +170,19 @@ The following should be the contents of privateConfig.js: Version History =============== +1.0.7 - 1/8/2019 +---------------- + +This is a bug fix release. + +* Upgrades to many packages to address security issues. +* Replaced battlenet-api with blizzhub to comply with upcoming Battle.Net API requirements. +* Fixed various GitHub issues. +* Removed Node.js domains. +* Fix bug with error labels not on their own line. +* Fix bug with missing blog data crashing the front page. +* Fix bug with improperly cached data not getting refetched. + 1.0.6 - 5/6/2018 ---------------- diff --git a/ronc.li/package.json b/ronc.li/package.json index 31fd11e0..8803bf82 100644 --- a/ronc.li/package.json +++ b/ronc.li/package.json @@ -1,6 +1,6 @@ { "name": "ronc.li", - "version": "1.0.6", + "version": "1.0.7", "description": "Redirect service for roncli.com.", "homepage": "https://github.com/roncli/roncli.com", "bugs": { diff --git a/roncli.com/package.json b/roncli.com/package.json index 7f5627aa..75fe5b93 100644 --- a/roncli.com/package.json +++ b/roncli.com/package.json @@ -1,6 +1,6 @@ { "name": "roncli.com", - "version": "1.0.6", + "version": "1.0.7", "description": "The website for roncli.com.", "homepage": "https://github.com/roncli/roncli.com", "bugs": {