From 9a9abacc316c3e7dae776b6f89acbea4ade3f459 Mon Sep 17 00:00:00 2001 From: baiwumm Date: Tue, 7 May 2024 14:58:14 +0800 Subject: [PATCH] chore: Release v1.3.0 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 18f968a..9d739ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ +## [1.3.0](https://github.com/baiwumm/react-daily-hot/compare/1.2.0...1.3.0) (2024-05-07) + + +### ✨ Features | 新功能 + +* **HotList:** 新增网易云音乐热歌榜 ([9661b47](https://github.com/baiwumm/react-daily-hot/commit/9661b47ab37478f7d117aadad314fe45167c9292)) +* update README.md ([86abc8d](https://github.com/baiwumm/react-daily-hot/commit/86abc8d5a6d5cdb1e25852c2db749c3858a1996e)) + ## [1.2.0](https://github.com/baiwumm/react-daily-hot/compare/1.1.1...1.2.0) (2024-05-07) diff --git a/package.json b/package.json index 40becd7..e17d1ea 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "name": "baiwumm", "email": "baiwumm@foxmail.com" }, - "version": "1.2.0", + "version": "1.3.0", "type": "module", "scripts": { "dev": "vite",