We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 120d058 commit 8e648abCopy full SHA for 8e648ab
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "risa",
3
- "version": "0.3.3",
+ "version": "0.4.0",
4
"main": "dist/main.js",
5
"scripts": {
6
"dev": "concurrently \"npm run dev:renderer\" \"npm run dev:main\"",
release-notes/v0.4.0.md
@@ -0,0 +1,7 @@
+# 버전 0.4.0 릴리즈 노트
+
+## 🎉 새로운 기능
+- 체인 빌더에 HTTP 파싱/생성 스텝 추가
+- HTTP 템플릿 기반의 체인 빌더 통합
7
+- 직관적인 입출력 매핑 UI 구현
0 commit comments