From 1bdbdc7759ee3ab3d7a5aed556a80aa595b2353b Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot Date: Tue, 16 Dec 2025 06:28:13 +0000 Subject: [PATCH] chore(release): 0.6.0-build.20251216 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Generated release with automated versioning system. Release type: minor Build date: 2025-12-16 06:28:13 UTC 🤖 Generated with automated release workflow --- CHANGELOG.md | 21 +++++++++++++++++++++ package.json | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 07eacf6..c0838b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ +# [0.6.0-build.20251216] (2025-12-16) + +* Merge pull request #20 from KGAudioLab/feat/2025-12-08-chord-assistant (03b5796) +* docs: add Intelligent Chord Assistant feature to README (56be444) +* feat: implemented the logic to automatically create a chord when a suitable guide chord is highlighted. (54b227c) +* fix: default chord guide note's length to last edited note's length (fbd13ee) +* feat: added unit tests for scaleUtil.ts (df722ab) +* feat: added highlighted chord guide on piano grid (bdc7fc8) +* feat: added logic to get suitable chords (console log only) (8512fb4) +* feat: map chords base on each mode (fe9eb79) +* feat: added functional chords resource files (2636395) +* feat: persistence selected mode (dcd2d89) +* fix: display the currently selected mode in the mode dropdown (fa201d1) +* feat: add scale highlighting to Piano Roll grid (9e0c0cc) +* feat: added mode list dropdown (98ed8a6) +* feat: added integration tests (02a7a61) +* Merge pull request #19 from KGAudioLab/test/2025-09-03-initial-unit-tests (c5ada0d) +* feat: added unit tests for `timeUtil` and `xmlUtil`. (2dcc763) +* feat: added unit tests for KGMidiRegion and abcNotationUtil; update all deprecated method `plainToClass` to `plainToInstance`. (2bf5328) +* feat: add Vitest unit testing infrastructure with initial test suite. (aa2b199) + # [0.5.4-build.20250830] (2025-08-30) * Merge pull request #18 from KGAudioLab/feat/2025-08-29-new-instruments (3f087e2) diff --git a/package.json b/package.json index 0016a2b..62f59fb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "K.G.Studio", "private": true, - "version": "0.5.4-build.20250830", + "version": "0.6.0-build.20251216", "type": "module", "scripts": { "dev": "vite",