From d7e0abcda791a01a7859e3907b76b27e96150e4e Mon Sep 17 00:00:00 2001 From: YanceyOfficial Date: Fri, 2 Jul 2021 14:48:21 +0800 Subject: [PATCH] chore(release): 3.7.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 67a86ab8..a9abd717 100644 --- a/CHANGELOG.md +++ b/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. +### [3.7.1](https://github.com/Yancey-Blog/blog-cms-v2/compare/v3.7.0...v3.7.1) (2021-07-02) + + +### Bug Fixes + +* only need to logout once when the JWT is expired ([3226cfc](https://github.com/Yancey-Blog/blog-cms-v2/commit/3226cfce977bd2d5280f64fd44b5ee879139d23c)) + ## [3.7.0](https://github.com/Yancey-Blog/blog-cms-v2/compare/v3.6.0...v3.7.0) (2021-06-15) diff --git a/package.json b/package.json index 050f5caa..30070108 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "blog-cms-v2", - "version": "3.7.0", + "version": "3.7.1", "private": true, "scripts": { "start": "react-scripts start",