diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 4c6a680..ce11f94 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -4,6 +4,18 @@ All notable changes of this project will be documented in this file. Unreleased > The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.6.7] - 2024-04-30 + +### Changed + +- Clear login data when receiving 401 or 403 from the server +- Better API typing +- Better validation for settings in local storage + +### Fixed + +- A rare null error when login fails + ## [0.6.6] - 2024-03-23 **Server v0.8.0 required!** diff --git a/package-lock.json b/package-lock.json index e48b997..6bb5a23 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mangatsu-web", - "version": "0.6.6", + "version": "0.6.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mangatsu-web", - "version": "0.6.6", + "version": "0.6.7", "license": "GPL3", "dependencies": { "@heroicons/react": "^2.0.18", diff --git a/package.json b/package.json index e4f8bd5..fd187d4 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "mangatsu-web", "license": "GPL3", "private": true, - "version": "0.6.6", + "version": "0.6.7", "scripts": { "dev": "next dev", "build": "next build",