We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0478b61 commit 2c47889Copy full SHA for 2c47889
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "risa",
3
- "version": "0.4.1",
+ "version": "0.4.2",
4
"main": "dist/main.js",
5
"scripts": {
6
"dev": "concurrently \"npm run dev:renderer\" \"npm run dev:main\"",
release-notes/v0.4.2.md
@@ -0,0 +1,5 @@
+# 버전 0.4.2 릴리즈 노트
+
+## 🐛 버그 수정
+- 체인 빌더에서 HTTP 블록 사용 시, 쿼리 스트링이 적용되지 않는 문제를 수정했습니다.
0 commit comments