From 98f9cc2570a8b72da2d11a009b6b83676cfeab89 Mon Sep 17 00:00:00 2001 From: Wesley Dai Date: Sun, 2 Oct 2022 18:19:15 -0500 Subject: [PATCH] Release 2022.4 --- CHANGELOG.md | 25 +++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80ff2c7..2784fb1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,31 @@ All notable changes to this project will be documented in this file. +## 2022.4 - 2022-10-02 + +### Added + +- New music from Q3 2022 +- Update metadata for older tracks +- Introduce `minorTrack` decoration + +### New Additions + +| Date | Source | Description | +| ---------- | ------------ | -------------------------------------------- | +| 2022-07-13 | CMST 1.82 | Maple Explorer: Misty Island | +| 2022-07-28 | KMS 1.2.367 | Monster Park Extreme & Bounty Hunter portals | +| 2022-08-10 | JMS 4.07 | Neo Tokyo | +| 2022-08-18 | KMST 1.2.145 | Odium & Full Moon Party | +| 2022-09-26 | CMST 1.84 | Nautilus Night Circus | + +### Retroactive Additions + +| Date | Source | Description | +| ---------- | -------- | ------------------ | +| 2003-2004 | Web | From the Beginning | +| 2003-2004 | Web | Elfwood (Slower) | + ## 2022.3 - 2022-07-14 ### Added diff --git a/package.json b/package.json index 2a911fd..5e74232 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "maplebgm-db", - "version": "2022.3", + "version": "2022.4", "devDependencies": { "ajv": "^6.5.5", "eslint": "^7.4.0",