chore(release): 0.0.1

This commit is contained in:
streakingman 2022-09-19 20:29:00 +08:00
parent 560e9d9d35
commit 4ab8fa0ca1
2 changed files with 23 additions and 1 deletions

22
CHANGELOG.md Normal file
View File

@ -0,0 +1,22 @@
# Changelog
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
### 0.0.1 (2022-09-19)
### Features
* bgm、点击和三连音效 ([6906dec](https://github.com/StreakingMan/solvable-sheep-game/commit/6906dec65e5156280b189fa9ac367d10fca48cf9))
* **themes:** 金轮主题 ([9e6b908](https://github.com/StreakingMan/solvable-sheep-game/commit/9e6b9080e0d3f9c72d55391c078aa341d53df547))
* 三连多阶段动画 ([2c11378](https://github.com/StreakingMan/solvable-sheep-game/commit/2c113785fda9e6f8ba0acc0a794f0089f8acf9f5))
* 主题切换 ([968f9d6](https://github.com/StreakingMan/solvable-sheep-game/commit/968f9d6c3999f9a2845d658e5d5077694d129401))
* 关卡和基础操作 ([8ac0bfc](https://github.com/StreakingMan/solvable-sheep-game/commit/8ac0bfc592bfd799da12ec03211e40a37e0f77a5))
* 加大难度 ([ac5edcd](https://github.com/StreakingMan/solvable-sheep-game/commit/ac5edcd6aef1e75c63b1e28f4043c6ef946d17cb))
### Bug Fixes
* pc样式调整 ([777444d](https://github.com/StreakingMan/solvable-sheep-game/commit/777444d2cb2edc31b8bb96f96a655d6625f4ba59))
* 动画间隔缩短 ([d90bb9b](https://github.com/StreakingMan/solvable-sheep-game/commit/d90bb9b7172ea14f659a946e55f6f7158e6f30e1))
* 动画阶段禁止点击 ([0efb987](https://github.com/StreakingMan/solvable-sheep-game/commit/0efb987e0d065d5bd2274909ccfa82290ed5247c))

View File

@ -1,7 +1,7 @@
{ {
"name": "solvable-sheep-game", "name": "solvable-sheep-game",
"private": false, "private": false,
"version": "0.0.0", "version": "0.0.1",
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",