chore(release): 0.0.5
13
CHANGELOG.md
|
@ -2,6 +2,19 @@
|
|||
|
||||
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.5](https://github.com/StreakingMan/solvable-sheep-game/compare/v0.0.4...v0.0.5) (2022-09-22)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **themes:** ow主题 ([4b09bd0](https://github.com/StreakingMan/solvable-sheep-game/commit/4b09bd08c7b6e4ef9f275c5e5d4af964ad245664))
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **themes:** 骚猪主题音效增益 ([3a3ea60](https://github.com/StreakingMan/solvable-sheep-game/commit/3a3ea6037f549045008ddbda3dc5b45043f126a1))
|
||||
* 入队顺序维护 ([57224e8](https://github.com/StreakingMan/solvable-sheep-game/commit/57224e8015ed17bc72a243eabffd0a4edff0850c))
|
||||
|
||||
### [0.0.4](https://github.com/StreakingMan/solvable-sheep-game/compare/v0.0.3...v0.0.4) (2022-09-22)
|
||||
|
||||
|
||||
|
|
BIN
dist/assets/8.70d4d43a.mp3
vendored
BIN
dist/assets/8.790d91e2.mp3
vendored
Normal file
40
dist/assets/index.7c566aeb.js
vendored
40
dist/assets/index.c6008c68.js
vendored
Normal file
BIN
dist/assets/ow.3382df41.png
vendored
Normal file
After Width: | Height: | Size: 17 KiB |
BIN
dist/assets/上勾拳.3bbc1bc8.png
vendored
Normal file
After Width: | Height: | Size: 70 KiB |
BIN
dist/assets/上勾拳.d6d8766e.mp3
vendored
Normal file
BIN
dist/assets/你倒是跑啊.3c9752c3.mp3
vendored
Normal file
BIN
dist/assets/你倒是跑啊.aacf33e7.png
vendored
Normal file
After Width: | Height: | Size: 25 KiB |
BIN
dist/assets/吃个娜娜.0fe34bc5.mp3
vendored
Normal file
BIN
dist/assets/吃个娜娜.e3ffcc97.png
vendored
Normal file
After Width: | Height: | Size: 10 KiB |
BIN
dist/assets/末日铁拳来了.26bf5600.png
vendored
Normal file
After Width: | Height: | Size: 72 KiB |
BIN
dist/assets/末日铁拳来了.59f7f9f8.mp3
vendored
Normal file
BIN
dist/assets/杀人哥嘎嘎.00e65660.png
vendored
Normal file
After Width: | Height: | Size: 26 KiB |
BIN
dist/assets/杀人哥嘎嘎.86bec9fd.mp3
vendored
Normal file
BIN
dist/assets/李甲抡.3b197095.mp3
vendored
Normal file
BIN
dist/assets/李甲抡.6396c31d.png
vendored
Normal file
After Width: | Height: | Size: 13 KiB |
BIN
dist/assets/毁天灭地.07add5a1.mp3
vendored
Normal file
BIN
dist/assets/毁天灭地.ebcc58d6.png
vendored
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
dist/assets/离开嗷ruai.6be28ce4.png
vendored
Normal file
After Width: | Height: | Size: 13 KiB |
BIN
dist/assets/离开嗷ruai.efd2af43.mp3
vendored
Normal file
BIN
dist/assets/脑瘫.a8522986.mp3
vendored
Normal file
BIN
dist/assets/脑瘫.ea18fdc2.png
vendored
Normal file
After Width: | Height: | Size: 92 KiB |
2
dist/index.html
vendored
|
@ -19,7 +19,7 @@
|
|||
s.parentNode.insertBefore(hm, s);
|
||||
})();
|
||||
</script>
|
||||
<script type="module" crossorigin src="/assets/index.7c566aeb.js"></script>
|
||||
<script type="module" crossorigin src="/assets/index.c6008c68.js"></script>
|
||||
<link rel="stylesheet" href="/assets/index.15f870d5.css">
|
||||
</head>
|
||||
<body>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "solvable-sheep-game",
|
||||
"private": false,
|
||||
"version": "0.0.4",
|
||||
"version": "0.0.5",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
|
|