From 46b16a0faa7adcfcbceb1ccbec2969111f116ba9 Mon Sep 17 00:00:00 2001 From: Wesley Dai Date: Sun, 14 Jan 2024 23:25:00 -0600 Subject: [PATCH] Release 2024.1 --- CHANGELOG.md | 15 +++++++++++++++ LICENSE | 2 +- package.json | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8c680e..90180e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ All notable changes to this project will be documented in this file. +## 2024.1 - 2024-01-14 + +### Added + +- New music from Q4 2023 + +### New Additions + +| Date | Source | Description | +| ---------- | ------------ | --------------------------- | +| 2023-10-19 | KMST 1.2.162 | Grand Athenaeum, Episode 7 | +| 2023-11-09 | KMST 1.2.163 | Angelic Buster: Star Bubble | +| 2023-11-23 | KMS 1.2.384 | Angelic Buster | +| 2023-12-15 | KMST 1.2.165 | MapleStory Dreamer | + ## 2023.4 - 2023-10-03 ### Added diff --git a/LICENSE b/LICENSE index 26c3423..5af82b2 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2007-2023 Wesley Dai +Copyright (c) 2007-2024 Wesley Dai Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/package.json b/package.json index f2ca0db..2e28697 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "maplebgm-db", - "version": "2023.4", + "version": "2024.1", "dependencies": { "jsonc-parser": "^3.2.0" },