Skip to content

Commit 5d7b34b

Browse files
chore: bump the version
1 parent 076a146 commit 5d7b34b

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

docs/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@ All notable changes of this project will be documented in this file. Unreleased
44

55
> 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).
66
7+
## [0.6.3] - 2024-01-22
8+
9+
### Added
10+
11+
- Ability to delete admins
12+
13+
### Fixed
14+
15+
- Login page on mobile
16+
17+
### Changed
18+
19+
- Refactor OnOffSwitch
20+
721
## [0.6.2] - 2024-01-22
822

923
### Added

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "mangatsu-web",
33
"license": "GPL3",
44
"private": true,
5-
"version": "0.6.2",
5+
"version": "0.6.3",
66
"scripts": {
77
"dev": "next dev",
88
"build": "next build",

0 commit comments

Comments
 (0)