chore(release): 0.6.0-build.20251216

Generated release with automated versioning system.

Release type: minor

Build date: 2025-12-16 06:28:13 UTC

🤖 Generated with automated release workflow
This commit is contained in:
GitHub Actions Bot
2025-12-16 06:28:13 +00:00
parent 03b579682e
commit 1bdbdc7759
2 changed files with 22 additions and 1 deletions
+21
View File
@@ -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)
+1 -1
View File
@@ -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",