We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc69c68 commit 09608a3Copy full SHA for 09608a3
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "risa",
3
- "version": "0.4.0",
+ "version": "0.4.1",
4
"main": "dist/main.js",
5
"scripts": {
6
"dev": "concurrently \"npm run dev:renderer\" \"npm run dev:main\"",
release-notes/v0.4.1.md
@@ -0,0 +1,9 @@
+# 버전 0.4.1 릴리즈 노트
+
+## 🎉 새로운 기능
+- 이제 RiSA를 웹에서도 사용할 수 있습니다.
7
+## 🐛 버그 수정
8
9
+- 사소한 버그를 수정하였습니다.
0 commit comments