Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
CrescentKohana committed Apr 30, 2024
1 parent 1058d12 commit 78f94ce
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!**
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 78f94ce

Please sign in to comment.