From 5d7b34b30da407f7098af4e048d8acac478e51bb Mon Sep 17 00:00:00 2001 From: Marko Leinikka Date: Mon, 22 Jan 2024 02:04:25 +0900 Subject: [PATCH] chore: bump the version --- docs/CHANGELOG.md | 14 ++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 47d619c..8ce5716 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -4,6 +4,20 @@ 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.3] - 2024-01-22 + +### Added + +- Ability to delete admins + +### Fixed + +- Login page on mobile + +### Changed + +- Refactor OnOffSwitch + ## [0.6.2] - 2024-01-22 ### Added diff --git a/package-lock.json b/package-lock.json index dfa974d..58b26f6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "mangatsu-web", - "version": "0.6.2", + "version": "0.6.3", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index 8e1df5b..af5d235 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "mangatsu-web", "license": "GPL3", "private": true, - "version": "0.6.2", + "version": "0.6.3", "scripts": { "dev": "next dev", "build": "next build",