From 68bbb9f0a0c38ad90df647ef580ab79478131687 Mon Sep 17 00:00:00 2001 From: danactive Date: Wed, 8 Jul 2020 11:42:41 -0700 Subject: [PATCH] chore(release): 5.6.2 --- api/CHANGELOG.md | 7 +++++++ api/package-lock.json | 2 +- api/package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/api/CHANGELOG.md b/api/CHANGELOG.md index e363d42cb..0e2682ade 100644 --- a/api/CHANGELOG.md +++ b/api/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [5.6.2](https://github.com/danactive/history/compare/v5.6.1...v5.6.2) (2020-07-08) + + +### Bug Fixes + +* **Home Page:** Remove Storage doesn't see local ([3a0777b](https://github.com/danactive/history/commit/3a0777b454bcb14db6c5f778429fd989fc5ffd34)) + ### [5.6.1](https://github.com/danactive/history/compare/v5.6.0...v5.6.1) (2020-07-08) diff --git a/api/package-lock.json b/api/package-lock.json index 45963558a..8e6cb8e81 100644 --- a/api/package-lock.json +++ b/api/package-lock.json @@ -1,6 +1,6 @@ { "name": "history", - "version": "5.6.1", + "version": "5.6.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/api/package.json b/api/package.json index fe3bd3ba9..2907bba66 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "history", - "version": "5.6.1", + "version": "5.6.2", "scripts": { "harness": "node ./node_modules/tuxharness/index.js", "lint": "npm run lint:js && npm run lint:docs",