Skip to content

Commit ccf5ac7

Browse files
committed
release: v0.2.0
1 parent d37fc1c commit ccf5ac7

5 files changed

Lines changed: 26 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 22 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## v0.2.0 (2026-02-26)
2+
3+
### test
4+
5+
- Feature
6+
- add parse page ([d37fc1c](https://github.com/music-lyric/music-lyric-kit-node/commit/d37fc1c))
7+
8+
### plugin-format-lrc (v0.2.0)
9+
10+
- Feature
11+
- support parse meta ([8a7c906](https://github.com/music-lyric/music-lyric-kit-node/commit/8a7c906))
12+
13+
### lyric (v0.2.0)
14+
15+
- Feature
16+
- add meta info ([a9846f9](https://github.com/music-lyric/music-lyric-kit-node/commit/a9846f9))
17+
118
## v0.1.1 (2026-02-08)
219

320
### common
@@ -6,12 +23,12 @@
623
- update use example ([0acd910](https://github.com/music-lyric/music-lyric-kit-node/commit/0acd910))
724
- update contributor info ([6e033b6](https://github.com/music-lyric/music-lyric-kit-node/commit/6e033b6))
825

9-
### app (v0.1.1)
26+
### app (v0.2.0)
1027

1128
- Bug Fix
1229
- export content ([59766f3](https://github.com/music-lyric/music-lyric-kit-node/commit/59766f3))
1330

14-
### lyric (v0.1.1)
31+
### lyric (v0.2.0)
1532

1633
- Feature
1734
- change info version to getter ([457c38a](https://github.com/music-lyric/music-lyric-kit-node/commit/457c38a))
@@ -30,17 +47,17 @@
3047
- Bug Fix
3148
- dependencies resolve failed when build ([2a49d51](https://github.com/music-lyric/music-lyric-kit-node/commit/2a49d51))
3249

33-
### app (v0.1.1)
50+
### app (v0.2.0)
3451

3552
- Feature
3653
- add export ([00cf2e8](https://github.com/music-lyric/music-lyric-kit-node/commit/00cf2e8))
3754

38-
### plugin-format-lrc (v0.1.0)
55+
### plugin-format-lrc (v0.2.0)
3956

4057
- Feature
4158
- add parser ([e7f77ee](https://github.com/music-lyric/music-lyric-kit-node/commit/e7f77ee))
4259

43-
### lyric (v0.1.1)
60+
### lyric (v0.2.0)
4461

4562
- Feature
4663
- auto generate id when create line ([ba8899f](https://github.com/music-lyric/music-lyric-kit-node/commit/ba8899f))

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "music-lyric-kit",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"author": "folltoshe",
55
"type": "module",
66
"description": "Music Lyric Kit",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "music-lyric-kit",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"author": "folltoshe",
55
"type": "module",
66
"description": "Music Lyric Kit",

packages/lyric/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@music-lyric-kit/lyric",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"author": "folltoshe",
55
"type": "module",
66
"description": "Music Lyric Kit - Lyric",

plugins/format-lrc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@music-lyric-kit/plugin-format-lrc",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"author": "folltoshe",
55
"type": "module",
66
"description": "Music Lyric Kit - Lrc Format Plugin",

0 commit comments

Comments
 (0)