From 87f4be460cbc383b00861486a49223dfe3ffb801 Mon Sep 17 00:00:00 2001 From: Wesley Dai Date: Mon, 2 Jan 2023 23:13:50 -0500 Subject: [PATCH] Release 2023.1 --- CHANGELOG.md | 17 +++++++++++++++++ LICENSE | 2 +- package.json | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2784fb1..241615d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ All notable changes to this project will be documented in this file. +## 2023.1 - 2023-01-02 + +### Added + +- New music from Q4 2022 +- Update metadata for older tracks + +### New Additions + +| Date | Source | Description | +| ---------- | ------------ | ------------------------------------- | +| 2022-10-20 | KMST 1.2.147 | Grand Athenaeum & Pink Bean Spotlight | +| 2022-11-07 | CMST 1.85 | Meowmas | +| 2022-12-14 | JMS 4.10 | Goddess Mark | +| 2022-12-15 | KMST 1.2.149 | MapleStory Savior | +| 2022-12-22 | KMS 1.2.372 | 2022 Christmas | + ## 2022.4 - 2022-10-02 ### Added diff --git a/LICENSE b/LICENSE index d1138df..26c3423 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2007-2022 Wesley Dai +Copyright (c) 2007-2023 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 5e74232..816e0d9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "maplebgm-db", - "version": "2022.4", + "version": "2023.1", "devDependencies": { "ajv": "^6.5.5", "eslint": "^7.4.0",